Datasnap.DSCommonServer.TDSVoidConnectionHandler.DbxCommandClose

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

procedure DbxCommandClose(const Message: TDBXCommandCloseMessage); override;

C++

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

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
Datasnap.DSCommonServer.pas
Datasnap.DSCommonServer.hpp
Datasnap.DSCommonServer TDSVoidConnectionHandler

説明

この実装では、何も行いません。

DbxCommandClose メソッドは、TDSVoidConnectionHandler クラスでの実装の通り、何もしません。

関連項目