THtmlParsedString.Parse Method
Parses an Html string and fills this instance with the parsed values.
Syntax
Unit: FlexCel.Core
procedure THtmlParsedString.Parse(const HtmlString: string);
Parameters
<-> |
Parameter |
Type |
Description |
const |
HtmlString |
string |
Html string we want to parse. |
See also