Vcl.StdCtrls.TScrollBar.SetParams

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetParams(APosition, AMin, AMax: Integer);

C++

void __fastcall SetParams(int APosition, int AMin, int AMax);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TScrollBar

Description

Sets the Position, Max, and Min property values all at once.

Use the SetParams method to set the Position, Min, and Max property values all at once, preventing repaints that would occur if each property value were set separately.

See Also