API:Vcl.ActnList.TActionLink

From RAD Studio API Documentation
Jump to: navigation, search

System.Actions.TContainedActionLinkSystem.Classes.TBasicActionLinkSystem.TObjectTActionLink

Delphi

TActionLink = class(TContainedActionLink)

C++

class PASCALIMPLEMENTATION TActionLink : public System::Actions::TContainedActionLink

Properties

Type Visibility Source Unit Parent
class public
Vcl.ActnList.pas
Vcl.ActnList.hpp
Vcl.ActnList Vcl.ActnList

Description

TContainedActionLink is a base class for action links that connects actions to action clients and sets commonly used properties to client objects.

Vcl.ActnList.TActionLink inherits from System.Actions.TContainedActionLink. All content below this line refers to System.Actions.TContainedActionLink.

TContainedActionLink is a base class for action links that connects actions to action clients and sets commonly used properties to client objects.

Applications do not work directly with TContainedActionLink objects. GUI application frameworks provide FMX.ActnList.TActionLink and Vcl.ActnList.TActionLink descendant classes of TContainedActionLink.

These descendant classes provide methods to manage linking between properties of an action and corresponding properties of client objects of the action link. The following properties of actions and clients of action links can be linked: Caption, Checked, Enabled, GroupIndex, HelpContext, HelpKeyword, HelpType, Hint, ImageIndex, ShortCut, StatusAction, and Visible.

See Also