Vcl.Taskbar.TThumbBarButtonList.Add

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Add: TThumbBarButton;

C++

HIDESBASE TThumbBarButton* __fastcall Add();

Properties

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

Description

Adds a TThumbBarButton to the TThumbBarButtonList.

The TThumbBarButton is placed at the end of the array list.

See Also