Contains True while auto-sizing is in progress.
Source position: controls.pp line 1380
protected property TControl.AutoSizing : Boolean |
AutoSizing is a read-only Boolean property which indicates if an auto-size operation is currently active for the control. The property value is set to True when the BeginAutoSizing method is called, and set to False in the EndAutoSizing method. These methods raise a catchable exception when AutoSizing does not contain the expected / required value.
|
Sets AutoSizing to True; used to prevent loops. |
|
|
End of the auto-sizing process, resets AutoSizing to False. |
CT Web help |
CodeTyphon Studio |