System.Bindings.EvalProtocol.ICustomWrapper.GetterCallback

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property GetterCallback: TCustomWrapperGetterCallback read GetGetterCallback write SetGetterCallback;

C++

__property _di_TCustomWrapperGetterCallback GetterCallback = {read=GetGetterCallback, write=SetGetterCallback};

Properties

Type Visibility Source Unit Parent
property public
System.Bindings.EvalProtocol.pas
System.Bindings.EvalProtocol.hpp
System.Bindings.EvalProtocol ICustomWrapper

Description

Used by the engine to determine the actual value of the wrapped fake object member.

The GetterCallback property specifies a callback that is used by the engine to determine the actual value of the wrapped fake object member.

See Also