BBjWindowValues::getValue

Description

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

Syntax

Return Value

Method

int

getValue(BBjInputD control!)

boolean

getValue(BBjInputN control!)

boolean

getValue(BBjSlider control!)

Parameters

Variable

Description

control!

Specifies a BBjInputD, BBjInputN, 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.