Data.DBXJSON.TDBXCallbackDelegate.SetDelegate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetDelegate(const Callback: TDBXCallback); virtual;

C++

virtual void __fastcall SetDelegate(TDBXCallback* const Callback);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.DBXJSON.pas
Data.DBXJSON.hpp
Data.DBXJSON TDBXCallbackDelegate

Description

Sets the value of the Delegate property.

Call the SetDelegate method to set the value of the Delegate property.

See Also