Datasnap.DSCommonServer.TDSDefaultCommandHandler

From RAD Studio API Documentation
Revision as of 23:10, 16 October 2011 by PyBot (talk | contribs) (Scoping Libraries)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Data.DBXMessageHandlerCommon.TDBXCommandHandlerSystem.TObjectTDSDefaultCommandHandler

Delphi

TDSDefaultCommandHandler = class(TDBXCommandHandler)

C++

class PASCALIMPLEMENTATION TDSDefaultCommandHandler : public Data::Dbxmessagehandlercommon::TDBXCommandHandler

Properties

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

Description

Internal class that implements a DataSnap command handler.

TDSDefaultCommandHandler is an internal class for implementing a DataSnap command handler. An instance of TDSDefaultCommandHandler is internally created in the DbxExecute method.

See Also