API:Vcl.ActnCtrls.TActionToolBar

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Vcl.ActnCtrls.TCustomActionToolBarVcl.ActnCtrls.TCustomActionDockBarVcl.ActnMan.TCustomActionBarVcl.ToolWin.TToolWindowVcl.Controls.TWinControlVcl.Controls.TControlTActionToolBar

Delphi

TActionToolBar = class(TCustomActionToolBar)

C++

class PASCALIMPLEMENTATION TActionToolBar : public TCustomActionToolBar

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
class public
Vcl.ActnCtrls.pas
Vcl.ActnCtrls.hpp
Vcl.ActnCtrls Vcl.ActnCtrls

Beschreibung

TCustomActionToolBar ist die Basisklasse für die Komponente TActionToolBar.

Vcl.ActnCtrls.TActionToolBar erbt von Vcl.ActnCtrls.TCustomActionToolBar. Der folgende Inhalt bezieht sich auf Vcl.ActnCtrls.TCustomActionToolBar.

TCustomActionToolBar ist die Basisklasse für die Komponente TActionToolBar.

TCustomActionToolBar ist die Basisklasse für Komponenten, die Symbolleisten auf der Grundlage von Aktionen erzeugen, die ein Aktionsmanager festlegt. Von TCustomActionToolBar abgeleitete Klassen erzeugen interne Komponenten für die Steuerelemente der Symbolleiste, wobei jede Komponente eine Aktion im Aktionsmanager repräsentiert. Ihr Layout wird automatisch verwaltet und über den Aktionsmanager definiert.

Siehe auch