[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'ComCtrls' (#lcl)

TUDOrientation

Indicates the orientation for the arrows on a TUpDown control.

Declaration

Source position: comctrls.pp line 1894

type TUDOrientation = (

  udHorizontal,

  

Button arrows are drawn side-by-side with the arrows pointing to the left and right.

  udVertical

  

Button arrows are stacked vertically with the arrows pointing upward and downward.

);

Description

TUDOrientation is an enumerated type with values that control the orientation of the button arrows drawn on a TUpDown control. Values in TUDOrientation can be assigned to the Orientation property in TUpDown.

See TUDAlignButton for the values used to align the arrow buttons on a TUpDown control.

See also

TCustomUpDown.Orientation

  

Indicates the horizontal or vertical orientation for the button(s) displayed on the control.

TUpDown.Orientation

  

Indicates the horizontal or vertical orientation for the button(s) displayed on the control.

TUDAlignButton

  

Contains values used to align the buttons on a TUpDown control.


Version 3.2 Generated 2024-02-25 Home