RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Classes.TIdentToInt Type

TIdentToInt is a type of callback function used by the IdentToInt routine.

Pascal
TIdentToInt = function (const Ident: string; var Int: Longint): Boolean;
C++
(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!