DataSnap Server Controls

From RAD Studio
Jump to: navigation, search

Go Up to API Categories Index

This topic lists all of the controls from the Delphi DataSnap Server tool palette.

Control Description

TDSProxyGenerator

Datasnap.DSClientMetadata.TDSProxyGenerator

Component that implements a DataSnap proxy generator.

TDSServerMetaDataProvider

Datasnap.DSServerMetadata.TDSServerMetaDataProvider

Component that implements a DataSnap server metadata provider.

TDSConnectionMetaDataProvider

Datasnap.DSConnectionMetaDataProvider.TDSConnectionMetaDataProvider

Component that implements a DataSnap connection metadata provider.

TDSRestConnection

Datasnap.DSClientRest.TDSRestConnection

Component that implements a DataSnap REST connection.

TDSRestMetaDataProvider

Datasnap.DSClientMetadata.TDSRestMetaDataProvider

Component that implements a DataSnap REST metadata provider.

TDSServer

Datasnap.DSServer.TDSServer

Component that manages the creation and lifetime of transports and server classes.

TDSServerClass

Datasnap.DSServer.TDSServerClass

Component that specifies a server-side class with published methods that can be called from a remote client using dynamic method invocation.

TDSHTTPService

Datasnap.DSHTTP.TDSHTTPService

Component that provides HTTP-based transport for a Datasnap.DSServer.TDSServer server that includes REST protocol support.

TDSAuthenticationManager

Datasnap.DSAuth.TDSAuthenticationManager

Component that allows specifying a user name and a password, required to connect to the DataSnap Server.

TDSClientCallbackChannelManager

Datasnap.DSCommon.TDSClientCallbackChannelManager

Component that handles the client callbacks that are registered with a specific DataSnap server instance.

TDSHTTPServiceFileDispatcher

Datasnap.DSHTTP.TDSHTTPServiceFileDispatcher

Component that implements an HTTP service file dispatcher.

TDSTCPServerTransport

Datasnap.DSTCPServerTransport.TDSTCPServerTransport

Socket-based transport component for a Datasnap.DSServer.TDSServer server.


See Also