BBjWindow::addRadioGroup
Description
In BBj 3.00 and higher, this method collects a group of radio buttons into a radio group.
Syntax
|
Return Value |
Method |
|---|---|
|
addRadioGroup() |
|
|
addRadioGroup(BBjVector radiobuttons!) |
Parameters
|
Variable |
Description |
|---|---|
|
buttons! |
A BBjVector containing all of the BBjRadioButton(s) being added to this group. |
Return Value
Returns the BBjRadioGroup.
Remarks
The BBjRadioGroup is the structure that defines the mutual exclusivity of a set of radio buttons, such that selecting one causes all others in the group to become unselected. Radio buttons are also usually set to be in a keyboard navigation group.
Example
|
See Also
RADIOGROUP Mnemonic - Create a Radio Button Group
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.