[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Can the scroll bar be made visible?
Source position: forms.pp line 152
published property TControlScrollBar.Visible: Boolean |
Reads or writes flag to determine visibility, and sets a flag if the property is stored. The Handle object (widget) is made visible if (Visible=true) and (Range>Page). To get the current visible state of the widget use the method IsScrollBarVisible.
lazarus-ccr.sourceforge.net |