ISHOSTED( ) Function

Returns a logical value indicating if an Active Document is hosted in an Active Document container.

ISHOSTED( )

Return Values

Logical

Remarks

ISHOSTED( ) returns true (.T.) if an Active Document is hosted in an Active Document container such as Microsoft Internet Explorer. ISHOSTED( ) returns False (.F.) if an Active Document isn't hosted in an Active Document container, for example, the Active Document is running in an interactive Visual FoxPro session or within the Visual FoxPro runtime.

See Also

GETHOST( ) | HostName Property | ActiveDoc Object