DBClient.TCustomRemoteServer

From RAD Studio VCL Reference
Jump to: navigation, search

Contents

Delphi Information

From DBClient.pas

TCustomRemoteServer = class(TCustomConnection)


Unit: DBClient

Type: class

Inherited Class Members: DBClient.TCustomRemoteServer Members

Class Properties: DBClient.TCustomRemoteServer Properties

Class Methods: DBClient.TCustomRemoteServer Methods

Class Constructors & Destructors: DBClient.TCustomRemoteServer Constructors

Class Events: DBClient.TCustomRemoteServer Events

C++ Information

From DBClient.hpp

TCustomRemoteServer = class(TCustomConnection)


Unit: DBClient

Type: class

Inherited Class Members: DBClient.TCustomRemoteServer Members

Class Properties: DBClient.TCustomRemoteServer Properties

Class Methods: DBClient.TCustomRemoteServer Methods

Class Constructors & Destructors: DBClient.TCustomRemoteServer Constructors

Class Events: DBClient.TCustomRemoteServer Events

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

Personal tools
Translations
Newest Version