System.Win.Taskbar.TWinTaskbar.SetProgressValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function SetProgressValue(ACompleted, ATotal: UInt64): Boolean; overload;
function SetProgressValue(AHwndTab: HWND; ACompleted, ATotal: UInt64): Boolean; overload;

C++

bool __fastcall SetProgressValue(unsigned __int64 ACompleted, unsigned __int64 ATotal)/* overload */;
bool __fastcall SetProgressValue(HWND AHwndTab, unsigned __int64 ACompleted, unsigned __int64 ATotal)/* overload */;

Properties

Type Visibility Source Unit Parent
function public
System.Win.Taskbar.pas
System.Win.Taskbar.hpp
System.Win.Taskbar TWinTaskbar

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!