Vcl.ScreenTips.TCustomScreenTipsManager.LinkedActionLists

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property LinkedActionLists: TActionListCollection read GetLinkedActionLists  write SetLinkedActionLists stored IsLinkedActionListsStored;

C++

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

Properties

Type Visibility Source Unit Parent
property public
Vcl.ScreenTips.pas
Vcl.ScreenTips.hpp
Vcl.ScreenTips TCustomScreenTipsManager

Description

Represents a collection of TActionLists linked to the Screen Tip Manager.

LinkedActionLists contains the Actions from TActionManager or TActionLists added to your application.

See Also