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

TTrackBarOrientation

TTrackBarOrientation - enumerated type denoting horizontal or vertical orientation for TrackBar

Declaration

Source position: comctrls.pp line 2427

type TTrackBarOrientation = (

  trHorizontal,

  

  trVertical

  

);