RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.vtClass Constant

vtClass defines a TClass TVarData VType value.

Pascal
vtClass = 8;
C++
vtClass = 8;

System

The TVarData type represents the internal structure of a Variant variable (on Windows, this is identical to the Variant type used by COM and the Win32 API).  

TVarData.VType defines the type of Variant it holds. 

 

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