[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Determines whether the width and height for the control are automatically resized.
Source position: comctrls.pp line 2757
protected procedure TCustomTrackBar.ShouldAutoAdjust( |
var AWidth: Boolean; |
var AHeight: Boolean |
); override; |
AWidth |
|
True if the value in Width should be resized. |
AHeight |
|
True if the value in Height should be resized. |