Datasnap.DSCommonServer.TDSDefaultDatabaseConnectionHandler.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: TDSDefaultDatabaseConnectionHandler

Delphi

function DbxBeforeRequest: Boolean; override;

C++

virtual bool __fastcall DbxBeforeRequest();

Description

Does nothing in this implementation.

The DbxBeforeRequest method does nothing as implemented in the TDSDefaultDatabaseConnectionHandler class. DbxBeforeRequest always returns True.

See Also