RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Grids.TGridScrollDirection Type

TGridScrollDirection indicates the direction in which to scroll the cells of a grid control.

Pascal
TGridScrollDirection = set of (sdLeft, sdRight, sdUp, sdDown);
C++
(sdLeft, sdRight, sdUp, sdDown) TGridScrollDirection;

TGridScrollDirection is a set of one or two values that indicate the direction in which to scroll a grid. The set contains at least one value and at most one horizontal and one vertical value. The following table lists the possible values:

Value 
Meaning 
sdLeft  
Scroll cells horizontally to the left.  
sdRight  
Scroll cells horizontally to the right.  
sdUp  
Scroll cells vertically up.  
sdDown  
Scroll cells vertically down.  

 

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