FireDAC.Comp.Client.TFDCustomEventAlerter.Refresh

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
Unit: FireDAC.Comp.Client
Parent: TFDCustomEventAlerter

Delphi

procedure Refresh(const AHandler: IFDPhysChangeHandler; AForce: Boolean); overload;

C++

void __fastcall Refresh(const Firedac::Phys::Intf::_di_IFDPhysChangeHandler AHandler, bool AForce)/* overload */;

Description

Refreshes the content of the specified change handler.

If AForce is False, the refresh operation is only performed if the event alerter received a change notification after the last refresh operation. If AForce is True, the refresh operation is performed unconditionally.

If AHandler is nil, all registered change handlers are refreshed. Otherwise only the specified change handler is refreshed.

See Also