RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.varDispatch Constant

Represents a Variant that has been assigned an IDispatch value.

Pascal
varDispatch = $0009;
C++
varDispatch = 0x0009;

System

When a Variant is assigned an IDispatch value, it is set to the varDispatch 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!