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