|
RAD Studio VCL Reference
|
An array of string representations of true and false.
BooleanIdents: array [Boolean] of string = ('False', 'True');
array [Boolean] of string BooleanIdents = ('False', 'True');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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|