BBjWindow::getChildWindow
Description
Retrieves a BBjChildWindow object given a control ID. In BBj 14.00 and higher, this method supports reference to the BBjChildWindow by name.
Syntax
Return Value |
Method |
getChildWindow(int ID) |
|
getChildWindow(string name) |
Parameters
Variable |
Description |
ID |
Specifies the Control ID of the child window. |
name |
Specifies the name of the child window. |
Return Value
None.
Remarks
Returns the child window object if it exists. Returns null if the child window object does not exist.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.