BBjWindowValues::getValue
Description
In BBj 17.00 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 |
|---|---|
|
getValue(BBjInputD control!) |
|
|
getValue(BBjInputN control!) |
|
|
getValue(BBjInputT control!) |
|
|
getValue(BBjSlider control!) |
Parameters
| Parameter | Description |
|---|---|
|
control! |
Specifies a BBjInputD, BBjInputN, BBjInputT, or BBjSlider object. |
Return Value
Returns the numeric value of the specified control.
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.