System.Actions.TContainedActionLink
Delphi
TContainedActionLink = class(TBasicActionLink)
C++
class PASCALIMPLEMENTATION TContainedActionLink : public System::Classes::TBasicActionLink
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | System.Actions.pas System.Actions.hpp |
System.Actions | System.Actions |
Description
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.