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

TCustomScrollBar

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

Declaration

Source position: scrollbar.inc line 25

type TCustomScrollBar = class(TWidget)

protected

  function DistributeEvent(); override;

  

  procedure Paint(); override;

  

  procedure CalcSizes; override;

  

  procedure Resized; override;

  

  property Orientation: TOrientation; [rw]

  

  property Min: Integer; [rw]

  

  property Max: Integer; [rw]

  

  property PageSize: Integer; [rw]

  

  property Position: Integer; [rw]

  

  property SmallChange: Integer; [rw]

  

  property LargeChange: Integer; [rw]

  

  property OnChange: TNotifyEvent; [rw]

  

  property OnScroll: TScrollEvent; [rw]

  

public

  constructor Create(); override;

  

  procedure LineUp;

  

  procedure LineDown;

  

  procedure PageUp;

  

  procedure PageDown;

  

end;

Inheritance

TCustomScrollBar

  

|

TWidget

  

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

|

TComponent

?

TObject