Vcl.Forms.TControlScrollBar.IsScrollBarVisible
Delphi
function IsScrollBarVisible: Boolean;
C++
bool __fastcall IsScrollBarVisible(void);
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.