FMX.Controls.TControl.Updated

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Updated; override;

C++

DYNAMIC void __fastcall Updated(void);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls TControl

Description

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

FMX.Controls.TControl.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