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