Datasnap.DSCommonServer.TDSVoidConnectionHandler.DbxBeforeRequest

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also