FireDAC.Phys.Intf.IFDPhysChangeHandler.RefreshContent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure RefreshContent;

C++

virtual void __fastcall RefreshContent() = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
FireDAC.Phys.Intf.pas
FireDAC.Phys.Intf.hpp
FireDAC.Phys.Intf IFDPhysChangeHandler

Description

Called when the event alerter needs to refresh the content of the change handler. For example, as a result of receiving a data change notification.

See Also