|
|
|
|
- Opening the window
- Characteristics of the opened window
- Title of the window to be opened
Use (Function) In french: Utilise Opens a WINDEV window and closes all the other windows that were opened beforehand. Syntax <Window name>: Character string Name of the window to be opened.By default, the window is displayed according to the position defined in the editor. You can define the display position of the window. The window name is completed by the window display coordinates when opened. This parameter has the following format: "<Window name>, <Row>, <Column>" where: - <Window name>: name of the window to be opened.
- <Row>: window display horizontal coordinate (in pixels, relative to the upper-left corner of the screen or parent window).
- <Column>: window display vertical coordinate (in pixels, relative to the upper-left corner of the screen or parent window).
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|