RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TMenuActionLink.IsGroupIndexLinked Method

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

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

IsGroupIndexLinked indicates whether the GroupIndex property is linked to the menu item's GroupIndex property. IsGroupIndexLinked returns true if the client menu item has a RadioItem property of true and the client requests that the action control this property. It returns false if the client menu item has a RadioItem property of false or has severed its GroupIndex property from the action. 

 

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