ITMSFNCCustomWebBrowser.LoadHTML Method
Loads an HTML string directly into the browser without a navigation request.
API unit family: TMSFNCWebBrowser
Declaring type: ITMSFNCCustomWebBrowser
Syntax
procedure LoadHTML(AHTML: String);
Parameters
| Name | Description |
|---|---|
AHTML |
HTML content to render. |