Vcl.Dialogs.TTaskDialogProgressBar.Max

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Max: Integer read FMax write SetMax default 100;

C++

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

Properties

Type Visibility Source Unit Parent
property published
Vcl.Dialogs.pas
Vcl.Dialogs.hpp
Vcl.Dialogs TTaskDialogProgressBar

Description

Specifies the upper limit of the value of the progress bar.

Max controls the maximum value of the progress bar.