Table of Contents

TTMSFNCPDFGraphicsLibOutputWriter.IsUnicodeString Method

Returns True when AValue contains at least one character with a code point above 127.

API unit family: TMSFNCPDFCoreLibBase Declaring type: TTMSFNCPDFGraphicsLibOutputWriter

Syntax

function IsUnicodeString(AValue: UnicodeString): Boolean;

Parameters

Name Description
AValue String to test.

Returns

True if the string requires Unicode encoding; False if all characters are in the ASCII range.