ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Menu>.InsertMenu (Function)
Inserts a menu before another menu in a window.
<Window>.ToSource (Function)
Automatically updates: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
<Source>.FromWindow (Function)
Automatically initializes: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
SourceFromWindow (Function)
Automatically updates: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
WinEdLoad (Function)
Loads the changes made by the end user in a window.
NoteSaveAll (Function)
Saves the repositionable notes of the current window in a file.
BTOpenDeviceProperties (Function)
Opens the window of properties for a Bluetooth device.
OpenMainMenu (Function)
Opens the main menu of the current window.
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.
Icon (Property)
The Icon property is used to: Find out the icon displayed in the title bar of a window or a Dockable Panel control. Change the icon displayed in the title bar of a window or a Dockable Panel control....
Restore (Function)
Displays a WINDEV window to its initial size.
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.
grWndSize (Function)
Defines the size of the window containing the chart.
ParentObject (Function)
Identifies the "parent" of a graphic object: control, column, window, page, ...
Image control in a window
This help page presents the characteristics of an Image control found in a window...
WLanguage procedure called by CameraPhoto
WLanguage procedure ("callback") called when the photo is saved via CaméraPhoto.
EmulateSimulator (Function)
Emulates the window of the mobile (Android/iOS) simulator....
Code editor options
A series of options allows you to customize and take full advantage of the code editor......
Transfer (Function)
Copies a block of bytes or a fixed-length string from a memory address into another one.