Vcl.Taskbar.TTaskbar.ProgressMaxValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ProgressMaxValue: Int64 read GetProgressMaxValue write SetProgressMaxValue default 0;

C++

__property ProgressMaxValue = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.Taskbar.pas
Vcl.Taskbar.hpp
Vcl.Taskbar TTaskbar

Description

Specifies the maximum value of the progress displayed graphically in the application icon in the taskbar.

Vcl.Taskbar.TTaskbar.ProgressMaxValue inherits from System.Win.TaskbarCore.TTaskbarBase.ProgressMaxValue. All content below this line refers to System.Win.TaskbarCore.TTaskbarBase.ProgressMaxValue.

Specifies the maximum value of the progress displayed graphically in the application icon in the taskbar.

See Also