Vcl.ScreenTips.TScreenTipsManager.LinkedActionLists

From RAD Studio API Documentation

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. {{#multireplace:Vcl.ScreenTips.TScreenTipsManager.LinkedActionLists|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Vcl.ScreenTips.TCustomScreenTipsManager.LinkedActionLists|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Vcl.ScreenTips.TCustomScreenTipsManager.LinkedActionLists|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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