Datasnap.DSCommonServer.TDSVoidConnectionHandler.DbxExecute
| [–] Properties | |
|---|---|
| Type: procedure function | |
| Visibility: public | |
| Source: Datasnap.DSCommonServer.pas Datasnap.DSCommonServer.hpp | |
| Unit: Datasnap.DSCommonServer | |
| Parent: TDSVoidConnectionHandler | |
Delphi
procedure DbxExecute(const Message: TDBXExecuteMessage); override;
C++
virtual void __fastcall DbxExecute(Data::Dbxmessagehandlercommon::TDBXExecuteMessage* const Message);
Description
Does nothing in this implementation.
The DbxExecute method does nothing as implemented in the TDSVoidConnectionHandler class.