RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ComCtrls.TUpDownDirection Enumeration

TUpDownDirection indicates the direction in which the position of an updown control changes.

Pascal
TUpDownDirection = (
  updNone,
  updUp,
  updDown
);
C++
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!