[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 81

type TScrollBarKind = (

  sbHorizontal,

  

Horizontal scrollbar.

  sbVertical

  

Vertical scrollbar.

);

The latest version of this document can be found at lazarus-ccr.sourceforge.net.