RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TControl.UpdateExplicitBounds Method

Attempts to update the values of the explicit bounds of the control to those of its current bounds.

Pascal
procedure UpdateExplicitBounds;
C++
__fastcall UpdateExplicitBounds();

Use UpdateExplicitBounds to update the values of the explicit bounds of the control to those of its current bounds.  

The update process succeeds as long as the options csAligning in ControlState and csReading in ComponentState are disabled. 

 

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