Vcl.Controls.TControl.ActionLink

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ActionLink: TControlActionLink read FActionLink write FActionLink;

C++

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

Properties

Type Visibility Source Unit Parent
property protected
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TControl

Description

Contains the action link object associated with the control.

ActionLink handles the association between the control and the action specified by the Action property. The action link specifies which properties and events of the action object determine the values of the control's corresponding properties and events.

Most applications do not use the ActionLink property. Component writers can change this property in TControl descendants to be a custom descendant of TControl ActionLink that handles a desired configuration of properties and events.

See Also