TTMSFNCCustomWEBControl Class
Base class for web control components that load a generated HTML page into an embedded browser and communicate with JavaScript code via a message channel.
API unit family: TMSFNCCustomWEBControl
Inherits from: TTMSFNCCustomWebBrowser
Syntax
TTMSFNCCustomWEBControl = class(TTMSFNCCustomWebBrowser)
Methods
| Name | Description |
|---|---|
| BeginUpdate | Suspends HTML content updates while bulk property changes are in progress. |
| EndUpdate | Resumes HTML content updates and reloads the browser after a BeginUpdate call. |
| ReInitialize | Re-initializes the web control by regenerating its HTML content and reloading the embedded browser. |