System.Win.TaskbarCore.TTaskbarBase.ApplyChanges

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ApplyChanges;

C++

void __fastcall ApplyChanges();

Properties

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

Description

Allows the latest changes to be visible on the TTaskbarBase.

Use the ApplyChanges method to apply changes made on the TTaskbarBase properties.

Note: If a TTaskbarBase property is changed, there is no need to call the ApplyChanges method. Use this method only when a property value is changed.

See Also