System.Bindings.EvalProtocol.ICustomWrapper.GetGetterCallback

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetGetterCallback: TCustomWrapperGetterCallback;

C++

virtual _di_TCustomWrapperGetterCallback __fastcall GetGetterCallback() = 0 ;

Properties

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

Description

Getter method for the GetterCallback property.

GetGetterCallback is the getter method for the GetterCallback property.

See Also