TGridScrollDirection indicates the direction in which to scroll the cells of a grid control.
TGridScrollDirection = set of (sdLeft, sdRight, sdUp, sdDown);
(sdLeft, sdRight, sdUp, sdDown) TGridScrollDirection;
Grids
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. |
TCustomGrid
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|