FireDAC.Comp.DataSet.TFDDataSet.Updated

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
FireDAC.Comp.DataSet.pas
FireDAC.Comp.DataSet.hpp
Unit: FireDAC.Comp.DataSet
Parent: TFDDataSet

Delphi

procedure Updated; override;

C++

DYNAMIC void __fastcall Updated();

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