Data.DBXJSON.TDBXCallback.SetDsServer
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: protected | |
| Source: Data.DBXJSON.pas Data.DBXJSON.hpp
| |
| Unit: Data.DBXJSON | |
| Parent: TDBXCallback | |
Delphi
procedure SetDsServer(const DsServer: TObject); virtual;
C++
virtual void __fastcall SetDsServer(System::TObject* const DsServer);
Description
Sets the DataSnap server.
SetDsServer is used to set the callback's DataSnap Server. SetDsServer is a setter method for the DsServer property.