Datasnap.DSCommonServer.TDSDefaultDatabaseConnectionHandler.DbxExecute
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: public | |
Source: Datasnap.DSCommonServer.pas Datasnap.DSCommonServer.hpp
| |
Unit: Datasnap.DSCommonServer | |
Parent: TDSDefaultDatabaseConnectionHandler |
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 TDSDefaultDatabaseConnectionHandler class.