RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TControl.ActionLink Property

Contains the action link object associated with the control.

Pascal
property ActionLink: TControlActionLink;
C++
__property TControlActionLink ActionLink;

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

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!