TTMSFNCUtils.HTMLStrip Method
Returns a plain-text copy of
AHTMLwith all HTML tags removed.
API unit family: TMSFNCUtils
Declaring type: TTMSFNCUtils
Syntax
class function HTMLStrip(AHTML: string): string;
Parameters
| Name | Description |
|---|---|
AHTML |
HTML string to strip. |
Returns
The input text without HTML tags.