System.Win.TaskbarCore.TTaskbarBase.ApplyButtonsChanges

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ApplyButtonsChanges; virtual; abstract;

C++

virtual void __fastcall ApplyButtonsChanges() = 0 ;

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 TaskBarButtons.

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


See Also