Vcl.CustomizeDlg.TCustomizeFrm.ActiveActionList

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property ActiveActionList: TCustomActionList read FActiveActionList

C++

__property Vcl::Actnlist::TCustomActionList* ActiveActionList = {read=FActiveActionList, write=SetActiveActionList};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Vcl.CustomizeDlg.pas
Vcl.CustomizeDlg.hpp
Vcl.CustomizeDlg TCustomizeFrm

Beschreibung

Gibt die aktuelle Liste der Aktionen in dem Anpassungsdialogfeld zurück.

Mit ActiveActionList ermitteln oder ändern Sie die aktuelle Liste der Aktionen in dem Anpassungsdialogfeld.

Siehe auch