System.Win.TaskbarCore.TTaskbarBase.ProgressMaxValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ProgressMaxValue: Int64 read GetProgressMaxValue write SetProgressMaxValue  default 0;

C++

__property __int64 ProgressMaxValue = {read=GetProgressMaxValue, write=SetProgressMaxValue, default=0};

Properties

Type Visibility Source Unit Parent
property public
System.Win.TaskbarCore.pas
System.Win.TaskbarCore.hpp
System.Win.TaskbarCore TTaskbarBase

Description

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

See Also