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;

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

 

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