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