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

TUDAlignButton

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

Declaration

Source position: comctrls.pp line 1893

type TUDAlignButton = (

  udLeft,

  

The up/down button is aligned on the left-hand edge of a TUpDown control.

  udRight,

  

The up/down button is aligned on the right-hand edge of a TUpDown control.

  udTop,

  

The up/down button is aligned on the top edge of a TUpDown control.

  udBottom

  

The up/down button is aligned on the bottom edge of a TUpDown control.

);

Description

TUDAlignButton is an enumerated type with values that indicate the alignment for the up/down buttons on a TUpDown control. The value indicates where the buttons are positioned relative to the edit on the control. Values from TUDAlignButton can be assigned to the AlignButton property in a TUpDown control.

See TUDOrientation for the orientation of the arrows drawn on a TUpDown control.

See also

TCustomUpDown.AlignButton

  

AlignButton - how to align the button: left or right.

TUpDown.AlignButton

  

AlignButton - how to align the button: left or right.

TUDOrientation

  

Indicates the orientation for the arrows on a TUpDown control.


Version 3.2 Generated 2024-02-25 Home