RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TMenuActionLink Class

TMenuActionLink links menu item clients to the corresponding menu action.

Pascal
TMenuActionLink = class(TActionLink);
C++
class TMenuActionLink : public TActionLink;

TMenuActionLink is designed to link actions to menu item clients. TMenuActionLink overrides methods to determine whether the action and client are linked, and to ensure that action events are appropriate for properties of and events of menu item clients. 

TMenuActionLink overrides methods to support linking the following properties and events with menu item client properties or events, most of which have the same name: 

Caption 

Checked 

Enabled 

HelpContext 

Hint 

ImageIndex 

ShortCut 

Visible 

OnExecute 

 

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