Data.DBXJSON.TDBXCallbackDelegate.SetDsServer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetDsServer(const DsServer: TObject); override;

C++

virtual void __fastcall SetDsServer(System::TObject* const DsServer);

Properties

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

Description

Sets the DataSnap server.

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

Sets the DataSnap server.

SetDsServer is used to set the callback's DataSnap Server. SetDsServer is a setter method for the DsServer property.

See Also