RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Forms.TScrollBarInc Type

TScrollBarInc represents a number of logical units on a TControlScrollBar.

Pascal
TScrollBarInc = 1..32767;
C++
1..32767 TScrollBarInc;

Forms

TScrollBarInc has a value between 1 and 32767 (inclusive). It indicates the number of positions to scroll. 

 

TControlScrollBar

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!