Vcl.Taskbar.TTaskbar.ProgressValue
Delphi
property ProgressValue: Int64 read GetProgressValue write SetProgressValue default 0;
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.
Error creating thumbnail: Unable to save thumbnail to destination
If ProgressValue is greater than or equal to ProgressMaxValue, the progress displayed in the taskbar will be complete.