System.Bindings.CustomWrapper.TCustomWrapper.GetGetterCallback

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetGetterCallback: TCustomWrapperGetterCallback; inline;

C++

System::Bindings::Evalprotocol::_di_TCustomWrapperGetterCallback __fastcall GetGetterCallback();

Properties

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

Description

Getter implementation for the GetterCallback property.

The GetGetterCallback method is the getter implementation for the GetterCallback property.

See Also