API:Vcl.Taskbar.TCustomTaskbar.ApplyButtonsChanges

From RAD Studio API Documentation

Delphi

procedure ApplyButtonsChanges; override;

C++

virtual void __fastcall ApplyButtonsChanges(void);

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. {{#multireplace:Vcl.Taskbar.TCustomTaskbar.ApplyButtonsChanges|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:System.Win.TaskbarCore.TTaskbarBase.ApplyButtonsChanges|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:System.Win.TaskbarCore.TTaskbarBase.ApplyButtonsChanges|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Internally used to apply the changes made on the TaskBarButtons.

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


See Also