Vcl.Taskbar.TCustomTaskbar.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TCustomTaskbar(System::Classes::TComponent* AOwner);

Properties

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

Description

Creates an instance of TCustomTaskbar.

The Create method initializes a thumb button list and creates an overlay icon for the application Windows task bar.

See Also