RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TypInfo.BooleanIdents Variable

An array of string representations of true and false.

Pascal
BooleanIdents: array [Boolean] of string = ('False', 'True');
C++
array [Boolean] of string BooleanIdents = ('False', 'True');

TypInfo

The GetEnumName routine is part of Delphi's RTTI (Run Time Type Information). It returns a string representation of an enumerated type value. If that type is true or false, BooleanIdents is used internally. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!