JVCL Help:TJvArrowButton.GroupIndex

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

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

TJvArrowButton.AllowAllUp


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