System.Win.TaskbarCore.TTaskbarBase.CheckApplyChanges

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CheckApplyChanges; override;

C++

virtual void __fastcall CheckApplyChanges();

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 check if changes need to be applied to the TTaskbarBase.

This method checks if changes need to be applied and applies them if this is the case.

See Also