Data.DBXJSON.TDBXCallbackDelegate.SetConnectionHandler

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Data.DBXJSON.pas
Data.DBXJSON.hpp
Unit: Data.DBXJSON
Parent: TDBXCallbackDelegate

Delphi

procedure SetConnectionHandler(const ConnectionHandler: TObject); override;

C++

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

Description

Sets the value of the ConnectionHandler property.

Call the SetConnectionHandler method to set the value of the ConnectionHandler property.

See Also