Table of Contents

THtmlParsedString.Create Constructor

Overloads

THtmlParsedString.Create

Creates a new empty THtmlParsedString.

Syntax

Unit: FlexCel.Core

constructor THtmlParsedString.Create;

See also

THtmlParsedString.Create(string)

Creates a new THtmlParsedString containing an existing Html string.

Syntax

Unit: FlexCel.Core

constructor THtmlParsedString.Create(const HtmlString: string);

Parameters

<-> Parameter Type Description
const HtmlString string Html string we want to parse.

See also