ITMSFNCCustomWebBrowserInfo Interface
Provides read access to runtime information about the browser state and host environment.
API unit family: TMSFNCWebBrowser
Extends: IInterface
Syntax
ITMSFNCCustomWebBrowserInfo = interface(IInterface)
Methods
| Name | Description |
|---|---|
| GetBrowserVersion | Returns the version string of the underlying platform browser engine. |
| GetContainsFullScreenElement | Determines whether the current page contains a full-screen element. |
| GetDocumentTitle | Returns the title of the currently loaded document. |
| GetParentWindowHandle | Returns the native window handle of the browser host container. |
| GetUserDataFolder | Returns the path to the folder where the browser stores user profile and session data. |