TcxCustomButton.GroupIndex Property
Allows buttons to imitate radio group functionality.
Declaration
property GroupIndex: Integer read; write; default 0;
Property Value
Type | Default |
---|---|
Integer | 0 |
Remarks
This property is obsolete. Use the button’s SpeedButtonOptions.GroupIndex property instead.
See Also