System.Bindings.CustomWrapper.TCustomWrapper.GetterCallback

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property GetterCallback: TCustomWrapperGetterCallback read GetGetterCallback write SetGetterCallback;

C++

__property System::Bindings::Evalprotocol::_di_TCustomWrapperGetterCallback GetterCallback = {read=GetGetterCallback, write=SetGetterCallback};

Properties

Type Visibility Source Unit Parent
property public
System.Bindings.CustomWrapper.pas
System.Bindings.CustomWrapper.hpp
System.Bindings.CustomWrapper TCustomWrapper

Description

The callback used by the engine to determine the actual value of the wrapped fake object member.

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

See Also