Datasnap.DSCommonServer.TDSDefaultCommandHandler.DbxCommandClose

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DbxCommandClose(const Message: TDBXCommandCloseMessage); override;

C++

virtual void __fastcall DbxCommandClose(Data::Dbxmessagehandlercommon::TDBXCommandCloseMessage* const Message);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Datasnap.DSCommonServer.pas
Datasnap.DSCommonServer.hpp
Datasnap.DSCommonServer TDSDefaultCommandHandler

Description

Does nothing in this implementation.

The DbxCommandClose method does nothing as implemented in the TDSDefaultCommandHandler class.

See Also