Table of Contents

TTMSFNCUtils.IsHTML Method

Returns True if AValue contains HTML markup.

API unit family: TMSFNCUtils Declaring type: TTMSFNCUtils

Syntax

class function IsHTML(AValue: string): Boolean;

Parameters

Name Description
AValue String to inspect.

Returns

True when HTML markup is detected; otherwise False.