System.Bindings.EvalProtocol.ICustomWrapper.SetGetterCallback

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetGetterCallback(const Callback: TCustomWrapperGetterCallback);

C++

virtual void __fastcall SetGetterCallback(const _di_TCustomWrapperGetterCallback Callback) = 0 ;

Properties

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

Description

Setter method for the GetterCallback property.

SetGetterCallback is the setter method for the GetterCallback property.

See Also