FireDAC.Phys.TFDPhysEventAlerter.InternalRefresh

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure InternalRefresh(const AHandler: IFDPhysChangeHandler); virtual;

C++

virtual void __fastcall InternalRefresh(const Firedac::Phys::Intf::_di_IFDPhysChangeHandler AHandler);

Properties

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

Description

Driver-specific implementation of the refreshing of a change handler.

Refresh calls InternalRefresh.

See Also