JVCL Help:TJvArrowButton.GroupIndex
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvArrowButton.GroupIndex Property
[+] TJvArrowButton Fields
[+] TJvArrowButton Methods
[+] TJvArrowButton Properties
Search in JVCL Help
Search in all projectsSummary
Index of the group this button belongs to.
Pascal
propertyGroupIndex: Integer;
Description
GroupIndex holds the index of the group this button is part of. This can be used to simulate radio buttons using a group of arrow buttons. When the group index of buttons are equal and set to a value <> 0, only 1 button of that group is allowed to be left in the down state. Clicking on another button will set that button to the down state and release any other button that might be in the down state.
See Also
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page