[Overview][Types][Classes][Index] |
Indicates if the height or width is affected during auto-adjust.
Source position: groupededit.pp line 248
protected procedure TCustomAbstractGroupedEdit.ShouldAutoAdjust( |
var AWidth: Boolean; |
var AHeight: Boolean |
); override; |
AWidth |
|
Returns True in TCustomAbstractGroupedEdit. |
AHeight |
|
Returns True if AutoSize is not enabled for the grouped edit control. |
AWidth is set to True in TCustomAbstractGroupedEdit. AHeight is set to False when AutoSize is True, and vice-versa.
Version 4.0 | Generated 2025-05-03 | Home |