Vcl.ComCtrls.TTrackBar.Max

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Max: Integer read FMax write SetMax default 10;

C++

__property int Max = {read=FMax, write=SetMax, default=10};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TTrackBar

Description

Specifies the maximum Position of a TTrackBar.

Use Max to set an upper limit to the value that can be represented using the track bar. A slider indicates the current Position in a range between Min and Max.

See Also