Vcl.ActnMan.TActionClientItem.ActionLink

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ActionLink: TActionClientLink read FActionLink write FActionLink;

C++

__property TActionClientLink* ActionLink = {read=FActionLink, write=FActionLink};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TActionClientItem

Description

Refers to the action client item's action link.

Objects do not generally deal with actions directly. Instead, there is an action link object (subclassed from TActionClientLink and, less directly, TActionLink) which is responsible for managing the connection between the action and the object. ActionLink is a reference to that object. For more information about action links, see the help topic for TActionLink referenced in the "See also" field above.

See Also