RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IVarInstanceReference Interface

IVarInstanceReference is the interface for extracting the instance that represents the data from a Variant of the custom type.

Pascal
IVarInstanceReference = interface;
C++
__interface IVarInstanceReference;

Implement IVarInstanceReference in the proxy classes that manage a custom Variant data type. IVarInstanceReference exposes a single method that must be implemented, called GetInstance

 

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