ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Window functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Opens a WINDEV window and closes all other previously open windows.
WEBDEV - Server codePHP This function has the same effect as PageUse, which improves code portability between WINDEV and WEBDEV.
Example
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: "<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).
Remarks
Component: wd290obj.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 01/09/2024

Send a report | Local help