TIntToIdent is a type of callback function used by the IntToIdent routine.
TIntToIdent = function (Int: Longint; var Ident: string): Boolean;
(Int: Longint; var Ident: string): Boolean ( TIntToIdent)();
TIntToIdent provides the underlying translation from integers to string identifiers that occurs, for example, when you register a mapping using the RegisterIntegerConsts procedure in Delphi.
Int is the integer value to translate.
Ident is the corresponding string value.
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|