[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Graphics' (#lcl)

CharsetToIdent

Converts the specified numeric character set identifier to its representation as a string.

Declaration

Source position: graphics.pp line 1957

function CharsetToIdent(

  Charset: LongInt;

  out Ident: string

):Boolean;

Arguments

Charset

  

Numeric character set identifier converted in the routine.

Ident

  

Returns the string representing the specified character set number. It returns the value on entry if Charset is not found.

Function result

True if the specified numeric value exists in the FontCharsets constant.

Description

Calls the RTL IntToIdent routine to locate the TIdentMapEntry for the specified value in the FontCharsets constant.

See also

IdentToCharset

  

Converts the specified character set identifier to the its numeric representation.

FontCharsets

  

Array constant with TIdentMapEntry values for character sets in TFont instances.

IntToIdent

IdentToInt

TIdentMapEntry


Version 3.2 Generated 2024-02-25 Home