Vcl.Forms.TControlScrollBar.IsScrollBarVisible

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsScrollBarVisible: Boolean;

C++

bool __fastcall IsScrollBarVisible();

Properties

Type Visibility Source Unit Parent
function public
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TControlScrollBar

Description

Returns true if the scroll bar is visible.

Call IsScrollBarVisible to determine whether the scroll bar is visible. IsScrollBarVisible returns true if the Visible property is true and the associated scrolling windowed control contains child controls that lie within Margin pixels from the edge.

See Also