RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TActionLink.SetGroupIndex Method

Introduces an interface for setting the GroupIndex property of a client.

Pascal
procedure SetGroupIndex(Value: Integer); virtual;
C++
virtual __fastcall SetGroupIndex(int Value);

The associated action calls SetGroupIndex when its GroupIndex property changes so that the action link can propagate the new GroupIndex value to the client object.  

Value specifies the new value of the GroupIndex property.  

As implemented in TActionLink, SetGroupIndex does nothing. It is not strictly necessary for descendant classes to override SetGroupIndex to set the client property that corresponds to the action's GroupIndex property, because the action itself implements the GroupIndex feature. That is, when an action's Checked property is set to true, it unchecks other actions in the same action list if they have the same GroupIndex value. 

 

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