RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.varBoolean Constant

Represents a Variant that holds WordBool data.

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

System

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

Use VarType to determine the variant type. 

 

TVarType 

VarAsType 

VarType

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