function NewScrollBar( AParent: PControl; BarSide: TScrollerBar ): PControl;
Creates simple scroll bar.
property SBMin: Longint; |
|
property SBMax: Longint; |
|
property SBMinMax: TPoint; |
|
property SBPosition: Integer; |
|
property SBPageSize: Integer; |
|
property OnSBScroll: TOnSBScroll; |