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

TScrollBarKind

The orientation of a scroll bar.

Declaration

Source position: forms.pp line 100

type TScrollBarKind = (

  sbHorizontal,

  

Horizontal scroll bar.

  sbVertical

  

Vertical scroll bar.

);


Version 3.2 Generated 2024-02-25 Home