[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Sets the values in the Position, Min, and Max properties.
Source position: comctrls.pp line 2777
public procedure TCustomTrackBar.SetParams( |
APosition: Integer; |
AMin: Integer; |
AMax: Integer |
); |
APosition |
|
New value for the Position property. |
AMin |
|
New value for the Min property. |
AMax |
|
New value for the Max property. |
Version 4.0 | Generated 2025-05-03 | Home |