Unit 'ComCtrls' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#lcl]

TCustomTrackBar.SetParams

Sets the values in the Position, Min, and Max properties.

Declaration

Source position: comctrls.pp line 2779

public procedure TCustomTrackBar.SetParams(

  APosition: Integer;

  AMin: Integer;

  AMax: Integer

);

Arguments

APosition

  

New value for the Position property.

AMin

  

New value for the Min property.

AMax

  

New value for the Max property.


Version 4.4 Generated 2025-11-08 Home