Table of Contents

TTMSFNCWebBrowser.LoadHTML Method

Loads an HTML string directly into the browser without navigating to a URL.

API unit family: TMSFNCWebBrowser Declaring type: TTMSFNCWebBrowser

Syntax

procedure LoadHTML(AHTML: String); override;

Parameters

Name Description
AHTML HTML content to display.