System.Win.TaskbarCore.TTaskbarBase.ProgressValue

From RAD Studio API Documentation
Jump to: navigation, search

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.

VclTaskbarNormal.png

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

See Also