RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.varBoolean Constant

Represents a Variant that holds WordBool data.

Pascal
varBoolean = $000B;
C++
varBoolean = 0x000B;

varBoolean represents a Variant variable that currently holds a 16-bit boolean (type WordBool) value.  

Use VarType to determine the variant type. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!