Table of Contents

TTMSFNCPDFGraphicsLibOutputWriter.AddHex4 Method

Formats a 16-bit word value as a four-digit uppercase hexadecimal string.

API unit family: TMSFNCPDFCoreLibBase Declaring type: TTMSFNCPDFGraphicsLibOutputWriter

Syntax

function AddHex4(AWordValue: Cardinal): String;

Parameters

Name Description
AWordValue Value to format.

Returns

Four-digit uppercase hexadecimal string, zero-padded to four characters.