System.Win.TaskbarCore.TTaskbarBase.ApplyProgressChanges

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ApplyProgressChanges;

C++

void __fastcall ApplyProgressChanges();

Properties

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

Description

Internally used to apply the changes made on the ProgressState.

Note: Calling the ApplyProgressChanges method is not recommended. Use ApplyChanges instead.

See Also