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

TScrollBarKind

The orientation of a ScrollBar.

Declaration

Source position: forms.pp line 82

type TScrollBarKind = (

  sbHorizontal,

  

Horizontal scrollbar.

  sbVertical

  

Vertical scrollbar.

);