Datasnap.DBClient.TCustomRemoteServer

From RAD Studio API Documentation
Jump to: navigation, search

Data.DB.TCustomConnectionSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTCustomRemoteServer

Delphi

TCustomRemoteServer = class(TCustomConnection)

C++

class PASCALIMPLEMENTATION TCustomRemoteServer : public Data::Db::TCustomConnection

Properties

Type Visibility Source Unit Parent
class public
Datasnap.DBClient.pas
Datasnap.DBClient.hpp
Datasnap.DBClient Datasnap.DBClient

Description

TCustomRemoteServer is the base class for all components that connect to an application server in a multi-tiered database application.

Do not create instances of TCustomRemoteServer. TCustomRemoteServer introduces the properties and methods needed to connect to a remote application server and make its IAppServer interface available to one or more client datasets. Descendant classes, which are often called DataSnap connection components, override many of TCustomRemoteServer's methods to create or close connections to the application server and to manage the interface communication with the application server.

To enable a client application to connect to an application server, use a descendant of TCustomRemoteServer such as TSOAPConnection, TSocketConnection, TWebConnection, or TDCOMConnection.

See Also