[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Gets the AutoScroll state for the associated TScrollingWinControl control.
Source position: forms.pp line 116
protected function TControlScrollBar.GetAutoScroll: Boolean; virtual; |
True when the Control for the class instance has set its AutoScroll property.
Remark: | GetAutoScroll is not used as the read access specifier for the AutoScroll property. It is used in methods to ensure that the class reflects the current state for its associated control. |
|
Indicates whether scroll bars are automatically displayed or hidden when needed. |
Version 4.0 | Generated 2025-05-03 | Home |