Vcl.Taskbar.TCustomTaskbar.Initialize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Initialize; override;

C++

virtual void __fastcall Initialize();

Properties

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

Description

Initializes the thumb buttons in the application Windows task bar.

The Initialize method adds all the thumb buttons to the Windows task bar, and initializes them.

See Also