Represents a Variant that holds an unknown value.
varUnknown = $000D;
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.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|