DataSnap Client Controls

From RAD Studio
Jump to: navigation, search

Go Up to API Categories Index

This topic lists all controls from the Delphi DataSnap Client tool-palette.

Control Description

TDCOMConnection

Datasnap.Win.MConnect.TDCOMConnection

TDCOMConnection handles a client application's DCOM connection to the remote server in a in a multi-tiered application.

TSocketConnection

Datasnap.Win.SConnect.TSocketConnection

TSocketConnection uses Windows sockets to manage the connection to an application server.

TSimpleObjectBroker

Datasnap.Win.ObjBrkr.TSimpleObjectBroker

TSimpleObjectBroker maintains a list of available application servers for a connection component.

TWebConnection

Datasnap.Win.SConnect.TWebConnection

TWebConnection uses HTTP to manage the connection to an application server.

TConnectionBroker

Datasnap.DBClient.TConnectionBroker

TConnectionBroker centralizes the connection to an application server for a set of client datasets that all use the same connection.

TSharedConnection

Datasnap.Win.MConnect.TSharedConnection

TSharedConnection connects to a child remote data module that is accessible only through the properties of a main remote data module on the application server.

TLocalConnection

Datasnap.Win.TConnect.TLocalConnection

TLocalConnection represents the connection between a client dataset or XML broker and a provider that resides in the same application.

TDSProviderConnection

Datasnap.DSConnect.TDSProviderConnection

TDSProviderConnection provides connectivity to DataSnap server using dbExpress.


See Also