TUpDownDirection indicates the direction in which the position of an updown control changes.
TUpDownDirection = ( updNone, updUp, updDown );
enum TUpDownDirection { updNone, updUp, updDown };
ComCtrls
The following table lists the possible values:
Value |
Description |
updNone |
The position is changing to an illegal value (less than the minimum value or greater than the maximum value). |
updUp |
The position is increasing. |
updDown |
The position is decreasing. |
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|