System.Win.TaskbarCore.TTaskbarBase.ApplyTabsChanges

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ApplyTabsChanges;

C++

void __fastcall ApplyTabsChanges();

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

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


See Also