Datasnap.DSCommonServer.TDSVoidConnectionHandler.DbxBeforeRequest
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: public | |
| Source: Datasnap.DSCommonServer.pas Datasnap.DSCommonServer.hpp
| |
| Unit: Datasnap.DSCommonServer | |
| Parent: TDSVoidConnectionHandler | |
Delphi
function DbxBeforeRequest: Boolean; override;
C++
virtual bool __fastcall DbxBeforeRequest();
Description
Always returns False and does nothing in this implementation.
The DbxBeforeRequest method returns False and does nothing as implemented in the TDSVoidConnectionHandler class.