API:Vcl.Taskbar.TCustomTaskbar.ApplyButtonsChanges

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ApplyButtonsChanges; override;

C++

virtual void __fastcall ApplyButtonsChanges();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.Taskbar.pas
Vcl.Taskbar.hpp
Vcl.Taskbar TCustomTaskbar

Description

Internally used to apply the changes made on the TaskBarButtons.

Vcl.Taskbar.TCustomTaskbar.ApplyButtonsChanges inherits from System.Win.TaskbarCore.TTaskbarBase.ApplyButtonsChanges. All content below this line refers to System.Win.TaskbarCore.TTaskbarBase.ApplyButtonsChanges.

Internally used to apply the changes made on the TaskBarButtons.

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


See Also