Vcl.ScreenTips.TCustomScreenTipsManager.LinkedActionLists

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property LinkedActionLists: TActionListCollection read GetLinkedActionLists  write SetLinkedActionLists stored IsLinkedActionListsStored;

C++

__property Vcl::Actnman::TActionListCollection* LinkedActionLists = {read=GetLinkedActionLists, write=SetLinkedActionLists, stored=IsLinkedActionListsStored};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Vcl.ScreenTips.pas
Vcl.ScreenTips.hpp
Vcl.ScreenTips TCustomScreenTipsManager

Beschreibung

Repräsentiert eine Kollektion von TActionList-Objekten, die mit dem QuickInfo-Manager verbunden werden.

LinkedActionLists enthält die Aktionen aus TActionManager oder TActionList, die Ihrer Anwendung hinzugefügt werden.

Siehe auch