[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Forms' (#lcl)

TControlScrollBar.Visible

Can the scroll bar be made visible?

Declaration

Source position: forms.pp line 152

published property TControlScrollBar.Visible: Boolean
  read FVisible
  write SetVisible
  default true;

Description

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.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.