Unit 'ComCtrls' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#lcl]

TUDOrientation

TUDOrientation - enumerated type with constants for orientation of UpDown button (Horizontal or Vertical).

Declaration

Source position: comctrls.pp line 1878

type TUDOrientation = (

  udHorizontal,

  

  udVertical

  

);