FireDAC.Comp.Client.TFDAdaptedDataSet.RefreshContent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure RefreshContent;

C++

void __fastcall RefreshContent();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDAdaptedDataSet

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