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);

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

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!