IImageButton.GroupIndex

Syntax

GroupIndex: Integer;

Description

The GroupIndex property determines index of the group, in which the ImageButton component is included.

Comments

The GroupIndex property is used to divide buttons into different groups. Pressing the button that is included in the group, changes the state of all other buttons included in the same group.

The GroupIndex property is set to 0 by default, and the button is not included in any group.

NOTE. The buttons combined in the group should be placed within one parent component.

See also:

IImageButton