Show: Delphi C++
Display Preferences

System.Classes.TComponent.Updated

From XE2 API Documentation
Jump to: navigation, search

Delphi

procedure Updated; dynamic;

C++

DYNAMIC void __fastcall Updated(void);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
System.Classes.pas
System.Classes.hpp
System.Classes TComponent

Description

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

Personal tools
Previous Versions
Translations