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

TTrackBarOrientation

Enumerated type with values that represent the orientation for a track bar.

Declaration

Source position: comctrls.pp line 2710

type TTrackBarOrientation = (

  trHorizontal,

  

Represents the horizontal orientation.

  trVertical

  

Represents the vertical orientation.

);


Version 3.2 Generated 2024-02-25 Home