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;

When a Variant is assigned an IDispatch value, it is set to the varDispatch type.  

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!