Vcl.Dialogs.TTaskDialogProgressBar.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.Dialogs.pas
Vcl.Dialogs.hpp
Vcl.Dialogs TTaskDialogProgressBar

Description

Specifies the minimum value of the progress bar.

Min controls the minimum value of the progress bar.