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