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

TUDBtnType

TUDBtnType - enumerated type with constants describing the buttons of an UpDown control: Next or Previous

Declaration

Source position: comctrls.pp line 1842

type TUDBtnType = (

  btNext,

  

  btPrev

  

);