[Overview][Resource strings][Constants][Types][Classes][Procedures and functions] Reference for unit 'fpGUI' (#fpgui)

TScrollBar

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: scrollbar.inc line 77

type TScrollBar = class(TCustomScrollBar)

published

  property Enabled;

  

  property Orientation;

  

  property Min;

  

  property Max;

  

  property PageSize;

  

  property Position;

  

  property SmallChange;

  

Determines how much Position changes when the user clicks the arrow buttons on the scroll bar or presses the arrow keys on the keyboard.

  property LargeChange;

  

Determines how much Position changes when the user clicks the scroll bar on either side of the thumb tab or presses PgUp or PgDn.

  property OnChange;

  

  property OnScroll;

  

end;

Inheritance

TScrollBar

  

|

TCustomScrollBar

  

|

TWidget

  

The TWidget class is the base class of all user interface objects.

|

TComponent

?

TObject