RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TComponent.Updated Method

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

Pascal
procedure Updated; dynamic;
C++
__fastcall Updated();

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!