RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.varUnknown Constant

Represents a Variant that holds an unknown value.

Pascal
varUnknown = $000D;
C++
varUnknown = 0x000D;

System

When a Variant is assignned a value that is not recognised, it is set to the varUnknown type.  

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!