API:Data.DBXJSON.TDBXCallbackDelegate.SetConnectionHandler

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetConnectionHandler(const ConnectionHandler: TObject); override;

C++

virtual void __fastcall SetConnectionHandler(System::TObject* const ConnectionHandler);

Properties

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

Description

Sets the value of the ConnectionHandler property.

Data.DBXJSON.TDBXCallbackDelegate.SetConnectionHandler inherits from Data.DBXJSON.TDBXCallback.SetConnectionHandler. All content below this line refers to Data.DBXJSON.TDBXCallback.SetConnectionHandler.

Sets the value of the ConnectionHandler property.

Override the SetConnectionHandler method if you are using the connection handler.

See Also