Table of Contents

TTMSFNCWebCoreClientBrowser.LoadHTML Method

Loads the given HTML string directly into the browser without a network request.

API unit family: TMSFNCWebCoreClientBrowser Declaring type: TTMSFNCWebCoreClientBrowser

Syntax

procedure LoadHTML(AHTML: String); override;

Parameters

Name Description
AHTML The HTML markup to display.