[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Indicates whether the height and/or width for a control can be automatically adjusted.
Source position: controls.pp line 1693
public procedure TControl.ShouldAutoAdjust( |
var AWidth: Boolean; |
var AHeight: Boolean |
); virtual; |
AWidth |
|
True if the width can be auto-adjusted. |
AHeight |
|
True if the height can be auto-adjusted. |
In TControl, both AWidth and AHeight are set to True when the AutoSize property has not been enabled.
|
Allows automatic adjustment of the size for the control, according to its content. |
Version 4.0 | Generated 2025-05-03 | Home |