RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TActionClientItem.ActionLink Property

Refers to the action client item's action link.

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

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!