LCL: public TCustomTrackBar.SetParams

This commit is contained in:
Ondrej Pokorny 2022-09-29 00:24:59 +02:00
parent dc374c1447
commit 9d20943797

View File

@ -2732,7 +2732,6 @@ type
procedure SetMin(Value: Integer);
procedure SetOrientation(Value: TTrackBarOrientation);
procedure SetPageSize(Value: Integer);
procedure SetParams(APosition, AMin, AMax: Integer);
procedure SetPosition(Value: Integer);
procedure SetReversed(const AValue: Boolean);
procedure SetScalePos(Value: TTrackBarScalePos);
@ -2755,6 +2754,7 @@ type
public
constructor Create(AOwner: TComponent); override;
procedure SetTick(Value: Integer);
procedure SetParams(APosition, AMin, AMax: Integer); // allow to set the parameters in one go in order to call FixParams only once
published
property AutoSize;
property Frequency: Integer read FFrequency write SetFrequency default 1;