Datasnap.DSCommonServer.TDSServerCommandHandler

From RAD Studio API Documentation
Jump to: navigation, search

Data.DBXMessageHandlerCommon.TDBXCommandHandlerSystem.TObjectTDSServerCommandHandler
[–] Properties
Type: class
Visibility: public
Source:
Datasnap.DSCommonServer.pas
Datasnap.DSCommonServer.hpp
Unit: Datasnap.DSCommonServer
Parent: Datasnap.DSCommonServer

Delphi

TDSServerCommandHandler = class(TDBXCommandHandler)

C++

class PASCALIMPLEMENTATION TDSServerCommandHandler : public Data::Dbxmessagehandlercommon::TDBXCommandHandler

Description

Internal class that implements a fake server command handler.

TDSServerCommandHandler is an internal class for implementing a fake DataSnap server command handler. TDSServerCommandHandler is used when the server is being connected to by a client running in the same process. The connection is faked and then objects are passed around within the same process.

See Also