Vcl.ComCtrls.TTrackBar.Min

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Min: Integer read FMin write SetMin default 0;

C++

__property int Min = {read=FMin, write=SetMin, default=0};

Properties

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

Description

Specifies the minimum Position of a TTrackBar.

Use Min to set a lower 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