RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IVarInvokeable Interface

IVarInvokeable is the interface for custom Variant types that implement dynamic properties and methods.

Pascal
IVarInvokeable = interface;
C++
__interface IVarInvokeable;

Implement IVarInvokeable in the proxy classes that manage a custom Variant data type. IVarInvokeable exposes four functions, which need to be implemented. Each of these functions are called whenever a function, method, or a property is called on the custom Variant managed by the proxy class implementing IVarInvokeable. 

 

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