FMX.WebBrowser.ICustomBrowser Methods
InheritedProtected
| AddRef | public | Increments the reference count for this interface. |
| CaptureBitmap | public | |
| EvaluateJavaScript | public | |
| GetCanGoBack | public | Getter method for the CanGoBack property. |
| GetCanGoForward | public | Getter method for the CanGoForward property. |
| GetEnableCaching | public | Getter for the EnableCaching property. |
| GetParent | public | Getter method for the Parent property. |
| GetURL | public | Getter method for the URL property. |
| GetVisible | public | Getter method for the Visible property. |
| GoBack | public | Navigates to the previous loaded document. |
| GoForward | public | Navigates forward to the next document. |
| GoHome | public | Navigates to the home document. |
| Hide | public | Obstructs the view of the component. |
| LoadFromStrings | public | |
| Navigate | public | Loads and displays content from a document. |
| QueryInterface | public | Returns a reference to a specified interface if the object supports that interface. |
| Release | public | Decrements the reference count for this interface. |
| Reload | public | |
| SetEnableCaching | public | Setter for the EnableCaching property. |
| SetURL | public | Setter method for the URL property. |
| SetWebBrowserControl | public | Sets the browser control. |
| Show | public | Displays the browser control. |
| Stop | public | Stops the current operation. |
| Supports | public | Indicates whether a given interface supports a specific (another) interface. |
| UpdateContentFromControl | public | Adjusts the content to be loaded. |