BBjFormValidationEvent::getValue

Description

In BBj 12.0 and higher, this method returns the numeric value of a specific control from the set of all values returned in a BBjFormValidationEvent.

Syntax

Return Value

Method

BBjNumber

getValue(BBjInputD control!)

BBjNumber

getValue(BBjInputN control!)

BBjNumber

getValue(BBjSlider control!)

Parameters

Variable

Description

control!

A BBjInputN, BBjInputD, or BBjSlider object.

Return Value

Returns the numeric value of the specified control.

Remarks

None.

See Also

BBjAPI

BBj Object Syntax

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