RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IVarInstanceReference.GetInstance Method

Returns the object instance that represents the data from a Variant of the custom type.

Pascal
function GetInstance(const V: TVarData): TObject;
C++
__fastcall TObject * GetInstance(const TVarData V);

Implement GetInstance to return the object that represents the data from a Variant of the custom Type.  

The V parameter is the data from a Variant of the custom type. This data must include a reference to an object that represents the Variant's data and is returned by GetInstance. 

 

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