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 is set to True in TCustomAbstractGroupedEdit. AHeight is set to False when AutoSize is True, and vice-versa.