System.Win.TaskbarCore.TTaskbarBase.ProgressValue
Delphi
property ProgressValue: Int64 read GetProgressValue write SetProgressValue default 0;
C++
__property __int64 ProgressValue = {read=GetProgressValue, write=SetProgressValue, default=0};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | public | System.Win.TaskbarCore.pas System.Win.TaskbarCore.hpp |
System.Win.TaskbarCore | TTaskbarBase |
Description
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.