|
|
|
|
|
- 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 other previously open windows. Syntax
Use(<Name of the window>)
<Name of the window>: 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 is of the form: "<Nom de la fenêtre>, <Ligne>, <Colonne>" where: - <Nom de la fenêtre> name of the window to be opened.
- <Ligne>: horizontal coordinate (in pixels) of window display (relative to top left corner of screen or parent window).
- <Colonne>: vertical coordinate (in pixels) of window display (relative to top left corner of screen or parent window).
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|