BBjFormValidationEvent::isSelected

Description

In BBj 12.0 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!)

boolean

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.

Remarks

None.

See Also

BBjAPI

BBj Object Syntax

BBj Object Diagram for an illustration of the relationship between BBjObjects.