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 |
---|---|
BBjNumber | getValue(BBjInputD control!) |
BBjNumber | getValue(BBjInputN control!) |
BBjNumber | getValue(BBjInputT control!) |
BBjNumber | 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.