System.Variants.IVarInvokeable

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IVarInvokeable = interface

C++

__interface  INTERFACE_UUID("{1CB65C52-BBCB-41A6-9E58-7FB916BEEB2D}") IVarInvokeable  : public System::IInterface

Properties

Type Visibility Source Unit Parent
interface
class
public
System.Variants.pas
System.Variants.hpp
System.Variants System.Variants

Description

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

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.

See Also