BBjSysGui::getWindows
Description
In BBj 8.00 and higher, getWindows(string) returns a BBjVector of all existing BBjWindow objects (BBjTopLevelWindow or BBjChildWindow) with a specified name.
In BBj 23.01 and higher, getWindows() returns a BBjVector of all existing BBjWindow objects (BBjTopLevelWindow or BBjChildWindow).
Syntax
| Return Value | Method | 
|---|---|
| getWindows() | |
| getWindows(string name) | 
Parameters
| Variable | Description | 
|---|---|
| name | Specifies the name of a previously created window or windows. | 
Return Value
getWindows(string) return a BBjVector object that contains all BBjWindows with the specified name.
getWindows() returns a BBjVector of all existing BBjWindow objects (BBjTopLevelWindow or BBjChildWindow).
Remarks
None.
Example
|  | 
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.