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

type TScrollDirection = (

  sdLeft,

  

  sdRight,

  

  sdUp,

  

  sdDown

  

);


Version 3.2 Generated 2024-02-25 Home