RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TComponent.Updating Method

Sets the csUpdating state in the component's ComponentState property.

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

Do not call Updating directly. It is used internally to indicate that the component is about to be updated. A call to Updating, which sets the csUpdating flag, is always followed by a call to Updated, which clears the flag. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!