System.Bindings.CustomWrapper.TCustomWrapper.SetGetterCallback

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetGetterCallback(const Callback: TCustomWrapperGetterCallback); inline;

C++

void __fastcall SetGetterCallback(const System::Bindings::Evalprotocol::_di_TCustomWrapperGetterCallback Callback);

Properties

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

Description

Setter implementation for the GetterCallback property.

The SetGetterCallback method is the setter implementation for the GetterCallback property.

See Also