Interface MultiSourceEvent ::getInputTSpinner
Description
In BBj 23.02 and higher, this method calls SysGuiEvent::getControl() and casts the return value to a BBjInputTSpinner.
Syntax
Return Value | Method |
---|---|
BBjInputTSpinner | getInputTSpinner() |
Parameters
None.
Return Value
Returns the BBjInputTSpinner that is the source of the event.
Remarks
If the source of the event is not a BBjInputT, then this method will throw an !ERROR=26.
Example
|
Version History
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.