
BBjRadioGroup::add
Description
In BBj 5.0 and higher, this method adds a BBjRadioButton to a BBjRadioGroup.
Syntax
Return Value |
Method |
void |
add(BBjRadioButton button!) |
Parameters
Variable |
Description |
button! |
The BBjRadioButton to add to the BBjRadioGroup. |
Return Value
None.
Remarks
None.
Example
REM Add a radio button to a radio group |
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.