Data.DBXJSON.TDBXCallback.DsServer

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Data.DBXJSON.pas
Data.DBXJSON.hpp
Unit: Data.DBXJSON
Parent: TDBXCallback

Delphi

property DsServer: TObject write SetDsServer;

C++

__property System::TObject* DsServer = {write=SetDsServer};

Description

DataSnap server property.

DsServer specifies the callback's DataSnap server. You can set it using SetDsServer.

See Also