Datasnap.DSCommonServer.TDSVoidConnectionHandler.DbxBeforeRequest

From RAD Studio API Documentation
Jump to: navigation, search

[–] 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.

See Also