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

TCustomTrackBar.FixParams

Normalizes values in Min and Max, and ensures that Position is in range.

Declaration

Source position: comctrls.pp line 2743

protected procedure TCustomTrackBar.FixParams(

  var APosition: Integer;

  var AMin: Integer;

  var AMax: Integer

);