Vcl.ActnMan.TActionClient.ChildActionBar

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property ChildActionBar: TCustomActionBar read FChildActionBar

C++

__property TCustomActionBar* ChildActionBar = {read=FChildActionBar, write=FChildActionBar};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TActionClient

Beschreibung

Gibt den Aktionsabschnitt an, in dem das in Items enthaltene TActionClient-Objekt angezeigt wird.

ChildActionBar wird vom Aktionsmanager intern verwendet und automatisch zugewiesen, wenn eine TActionClient-Komponente ein TActionClients-Objekt enthält (z.B. ein Menüelement mit Untermenüeinträgen). Der Aktionsabschnitt für die untergeordneten Elemente wird automatisch erstellt und in ChildActionBar gespeichert.

Siehe auch