Datasnap.DSServer.TDSServerClass.Server

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Server: TDSCustomServer read GetServer write SetServer;

C++

__property Server;

Properties

Type Visibility Source Unit Parent
property published
Datasnap.DSServer.pas
Datasnap.DSServer.hpp
Datasnap.DSServer TDSServerClass

Description

The Server property specifies the DataSnap server.

Datasnap.DSServer.TDSServerClass.Server inherits from Datasnap.DSCommonServer.TDSServerComponent.Server. All content below this line refers to Datasnap.DSCommonServer.TDSServerComponent.Server.

The Server property specifies the DataSnap server.

For Datasnap.DSTCPServerTransport.TDSTCPServerTransport and Datasnap.DSHTTP.TDSHTTPServerTransport, this property is the TDSServer instance that these transports are servicing.

For Datasnap.DSHTTP.TDSHTTPServerTransport, if Server is set, it takes precedence over DSHostname and DSPort.

For Datasnap.DSServer.TDSServerClass, Server is the component to register this server class with.

See Also