API:Vcl.Taskbar.TThumbBarButton

From RAD Studio API Documentation

TThumbBarButtonSystem.Win.TaskbarCore.TThumbBarButtonBaseSystem.Classes.TCollectionItemSystem.Classes.TPersistentSystem.TObject

Delphi

TThumbBarButton = class(TThumbBarButtonBase)

C++

class PASCALIMPLEMENTATION TThumbBarButton : public System::Win::Taskbarcore::TThumbBarButtonBase

Properties

Type Visibility Source Unit Parent
class public
Vcl.Taskbar.pas
Vcl.Taskbar.hpp
Vcl.Taskbar Vcl.Taskbar

Description

TCollectionItem represents an item in a collection. Vcl.Taskbar.TThumbBarButton inherits from System.Classes.TCollectionItem. All content below this line refers to System.Classes.TCollectionItem.

TCollectionItem represents an item in a collection.

A TCollection holds a group of TCollectionItem objects. TCollectionItems are created and destroyed by TCollection's Add and Clear methods. Each TCollectionItem has a Collection property that points to the TCollection object to which the item belongs.

Objects descending from TCollection can contain objects descending from TCollectionItem. For example, a TDBGridColumns object contains TColumn objects; these two classes are used by TDBGrid to represent grid columns.

See Also