RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TControlScrollBar.IsScrollBarVisible Method

Returns true if the scroll bar is visible.

Pascal
function IsScrollBarVisible: Boolean;
C++
__fastcall Boolean IsScrollBarVisible();

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!