BBjWindow::isSimpleWindow
Description
In BBj 22.00 and higher, this method returns a boolean indicating whether this window is implemented on the client in a simplified structure that doesn't support status bars or internal docked child windows.
Syntax
Return Value | Method |
---|---|
boolean | isSimpleWindow() |
Parameters
None.
Return Value
In BBj 22.00 and higher, this method returns a boolean indicating whether this window is implemented on the client in a simplified structure that doesn't support status bars or internal docked child windows.
Remarks
This option is only meaningful for BBjChildWindows in the DWC client. See BBjWindow::addChildWindow.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.