RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TMenuActionLink.IsShortCutLinked Method

Indicates whether the ShortCut property for the action and the client are linked.

Pascal
function IsShortCutLinked: Boolean; override;
C++
virtual __fastcall Boolean IsShortCutLinked();

IsShortCutLinked indicates whether the ShortCut property is linked to the appropriate client property. IsVisibleLinked returns true if the client requests that the action control this property, false otherwise. 

 

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