Table of Contents

TTMSFNCUtils.FixMarkup Method

Encodes characters as HTML markup entities.

API unit family: TMSFNCUtils Declaring type: TTMSFNCUtils

Syntax

class function FixMarkup(su:string;SpecialChars: boolean = true): string;

Parameters

Name Description
su Text to encode.
SpecialChars When True, encodes the extended special-character table.

Returns

Encoded markup text.