Vcl.ComCtrls.TUpDownDirection

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TUpDownDirection = (updNone, updUp, updDown);

C++

enum DECLSPEC_DENUM TUpDownDirection : unsigned char { updNone, updUp, updDown };

Properties

Type Visibility Source Unit Parent
enum public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls Vcl.ComCtrls

Description

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


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.