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

TScrollDirection

Enumerated type that indicates the direction for scrollbar arrows.

Declaration

Source position: graphutil.pp line 64

type TScrollDirection = (

  sdLeft,

  

  sdRight,

  

  sdUp,

  

  sdDown

  

);

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