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

TCustomScrollBar.SetParams

Defines the Max and Min values, the size of the page and the position of the scroller

Declaration

Source position: line 0

public procedure TCustomScrollBar.SetParams(

  APosition: Integer;

  AMin: Integer;

  AMax: Integer;

  APageSize: Integer

);

procedure TCustomScrollBar.SetParams(

  APosition: Integer;

  AMin: Integer;

  AMax: Integer

);

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