Vcl.Taskbar.TTaskbar.ProgressValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ProgressValue;

C++

__property ProgressValue = {default=0};

Properties

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

Description

Graphically represents the value of the progress in the application icon displayed on the taskbar.

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

Graphically represents the value of the progress in the application icon displayed on the taskbar.

VclTaskbarNormal.png

If ProgressValue is greater than or equal to ProgressMaxValue, the progress displayed in the taskbar will be complete.

See Also