Open main menu

RAD Studio API Documentation β

FireDAC.Comp.DataSet.TFDDataSet.Updated

Delphi

procedure Updated; override;

C++

DYNAMIC void __fastcall Updated();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FireDAC.Comp.DataSet.pas
FireDAC.Comp.DataSet.hpp
FireDAC.Comp.DataSet TFDDataSet

Description

Clears the csUpdating state in the component's ComponentState property when the component finishes updating.

FireDAC.Comp.DataSet.TFDDataSet.Updated inherits from System.Classes.TComponent.Updated. All content below this line refers to System.Classes.TComponent.Updated.

Clears the csUpdating state in the component's ComponentState property when the component finishes updating.

Do not call Updated directly. It is used internally to clear the csUpdating flag of the ComponentState property. A call to Updated always follows a call to Updating, which sets the flag.

See Also