RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Variants.FindVarData Function

Returns pointer to variant's data.

Pascal
function FindVarData(const V: Variant): PVarData;
C++
PVarData FindVarData(const Variant V);

Variants

FindVarData returns a pointer to the Variant data contained referenced by a Variant. If the Variant contains another Variant, FindVarData follows the chain of references until it finds the actual data. 

 

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