ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Environment of the window editor
The main elements of window editor are as follows:
HandleParentNext (Function)
Forces the parent of the next window to open.
BTOpenDeviceProperties (Function)
Opens the window of properties for a Bluetooth device.
SpeechRecognitionAddCommand (Function)
Adds a voice command into the current window.
gpwEnumControl (Function)
Enumerates the controls found in a window or page.
WinAdaptHeight (Function)
Adapts the window height to the content of controls.
WinAdaptWidth (Function)
Adapts the window width to the content of controls.
PanelEnumerate (Function)
Enumerates the Dockable Panel controls in a window.
<Window>.Maximize (Function)
Displays a WINDEV window in its maximum size.
<Window>.MDIOpen (Function)
Opens and enables an MDI child window.
<Window>.Restore (Function)
Displays a WINDEV window to its initial size.
<Menu>.InsertMenu (Function)
Inserts a menu before another menu in a window.
MenuInsertMenu (Function)
Inserts a menu before another menu in a window.
MyWindow (Reserved word)
MyWindow is used to handle the current window...
NextTitle (Function)
Modifies the title of next window to open.
Restore (Function)
Displays a WINDEV window to its initial size.
MDIOpen (Function)
Opens and enables an MDI child window.
MDIMother (Function)
Identifies the name of the MDI parent window.
Maximize (Function)
Displays a WINDEV window in its maximum size.
SysWinHandle (Function)
Returns the handle of a window identified by its title.
SysIconize (Function)
Used to find out whether a window is minimized.
iParameterReport (Function)
Configures the printer by opening the configuration window.
Window controls
Several types of controls can be used in a window, ......
Custom context menu
Custom context menus are created in the window editor and can be handled programmatically......
XInitial (Property)
The XInitial property is used to: Get the X-coordinate: of a control (position on the X-axis) when opening the window or the page. of a window (position on X-axis) when opening the window. Change the X-coordinate of a control anchored "to the right" (position on the X-axis) when opening the window. Get the X-coordinate of a control in relation to its block (position in millimeters on the X-axis) when opening the report....