Table of Contents

TTMSFNCUtils.HTMLStrip Method

Returns a plain-text copy of AHTML with 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.