| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
AutoSizeCanStart - checks whether DoAutoSize is permitted to start
Source position: controls.pp line 931
protected function TControl.AutoSizeCanStart: Boolean; virtual; |
{------------------------------------------------------------------------------
function TControl.AutoSizeCanStart: boolean;
Returns true if DoAutoSize can start. That means, it tests the minimum
requirements to start. Some controls need even more.
It returns false if
- AutoSize=false
- or the control is currently autosizing
- or the control is not visible
- or the control is destroying
------------------------------------------------------------------------------}