Directions assigned to method parameters:
|
List of the return codes for the various methods:
|
Activates a main window's next child window.
Note: This method is not implemented in Mobile generation.
|
Arranges any child windows displayed as icons in the bottom left corner of a main window's client area.
Note: This method is not implemented in Mobile and Cloud generation.
|
Closes all the child windows in a main window. This amounts to running a TERMINATE instruction for each child window.
Note: This method is not implemented in Mobile and Cloud generation.
|
Displays a main window's child windows in cascade format.
Note: This method is not implemented in Mobile generation.
|
Displays a main window's child windows in tiled format.
Note: This method is not implemented in Mobile generation.
|
Retrieves the mouse cursor coordinates, relative to the area covered by the window.
|
Collects the names of graphical objects on a page, in the margin or in the whole window in an array. The array is sorted according to the order of graphical objects in the window.
Notes: The length of the ObjectNameArray must be at least the specified size. If there are more objects than the specified size, the return code will have the value _WIN_ERR_PARAM but the array will be filled.
Example of use: The names of retrieved objects may be used by the predefined &GET_OBJECT function to manipulate the object properties.
Note: This method is not used by the Java generator.
|
Retrieves the activity of a page in a tabbed window.
Note: This method is not used by the Java generator.
|
Retrieves the text of a tab on a page in a tabbed window.
|
Retrieves the visibility of a page in a tabbed window.
|
Specifies a page's activity in a tabbed window. When a page is inactive, it cannot be accessed via the interface. It is possible, however, to bring it to the foreground by programming it to do so.
Note: This method is not used by the Java generator.
|
Specifies the text of a tab on a page in a tabbed window.
|
Specifies the visibility of a page in a tabbed window. If the current page becomes invisible, the next visible page becomes the new current page.
|