Table of Contents

TTMSFNCUtils.IsHTMLUnicode Method

Returns True if AValue contains HTML markup in Unicode form.

API unit family: TMSFNCUtils Declaring type: TTMSFNCUtils

Syntax

class function IsHTMLUnicode(AValue: UnicodeString): Boolean;

Parameters

Name Description
AValue Unicode string to inspect.

Returns

True when HTML markup is detected; otherwise False.