RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWinControl.UpdateRecreatingFlag Method

Toggles the csRecreating flag in the ControlState property.

Pascal
procedure UpdateRecreatingFlag(Recreating: Boolean);
C++
__fastcall UpdateRecreatingFlag(Boolean Recreating);

Switches on or off the csRecreating flag in the ControlState property, if the Recreating parameter is True or False, correspondingly.  

If the control has any children, then the UpdateRecreatingFlag method is applied to all the children, using the same Recreating parameter. 

 

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