[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Determines if the scroll bar is visible using the state from the widgetset class.
Source position: forms.pp line 139
public function TControlScrollBar.IsScrollBarVisible: Boolean; virtual; |
True if the scroll bar is visible.
IsScrollBarVisible is a Boolean function used to determine if the scroll bar for the associated control is visible. The return value defaults to the value in the Visible property. If the handle has been allocated for the control, the GetScrollbarVisible routine from the LCL interface is used to get the visibility for the scroll bar Kind.
IsScrollBarVisible is used in the implementation of the ClientSizeWithBar and ClientSizeWithoutBar methods.