[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'ActnList' (#lcl)

TCustomAction.SetGroupIndex

Sets the value for the GroupIndex property.

Declaration

Source position: actnlist.pas line 182

protected procedure TCustomAction.SetGroupIndex(

  const Value: Integer

); virtual;

Arguments

Value

  

New value for the GroupIndex property.

Version info

Modified in LCL version 4.0 to improve compatibility with newer Delphi VCL versions; redefined as virtual and changed to protected visibility.

See also

TCustomAction.GroupIndex

  

GroupIndex- Index of the action within its group.

TCustomAction.Checked

  

Whether the check box control associated with the action is Checked (default False).

TActionLink

  

A link between an action and a client class.

TBasicAction


Version 4.0 Generated 2025-05-03 Home