BBjFormValidationEvent::isSelected
Description
In BBj 12.00 and higher, this method returns a boolean value indicating whether a BBjCheckBox or BBjRadioButton control is selected.
Syntax
|
Return Value |
Method |
|---|---|
|
boolean |
isSelected(BBjCheckBox control!) isSelected(BBjRadioButton control!) |
Parameters
|
Variable |
Description |
|---|---|
|
control! |
A BBjCheckBox or BBjRadioButton object. |
Return Value
Returns a boolean value indicating whether the specified BBjCheckBox or BBjRadioButton is selected.
See Also
BBj Object Diagram for an illustration of the relationship between BBjObjects.