Vcl.ScreenTips.TScreenTipsManager.LinkedActionLists

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property LinkedActionLists: TActionListCollection read GetLinkedActionLists write SetLinkedActionLists stored IsLinkedActionListsStored;

C++

__property LinkedActionLists;

Properties

Type Visibility Source Unit Parent
property published
Vcl.ScreenTips.pas
Vcl.ScreenTips.hpp
Vcl.ScreenTips TScreenTipsManager

Description

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

Vcl.ScreenTips.TScreenTipsManager.LinkedActionLists inherits from Vcl.ScreenTips.TCustomScreenTipsManager.LinkedActionLists. All content below this line refers to Vcl.ScreenTips.TCustomScreenTipsManager.LinkedActionLists.

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