FireDAC.Phys.TFDPhysEventAlerter.InternalHandleTimeout

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure InternalHandleTimeout(var AContinue: Boolean); virtual;

C++

virtual void __fastcall InternalHandleTimeout(bool &AContinue);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FireDAC.Phys.pas
FireDAC.Phys.hpp
FireDAC.Phys TFDPhysEventAlerter

Description

Driver-specific implementation of the handling of timeouts.

InternalHandleTimeout is called as a result of the processing of the timeouts of the change notification queue.