ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Characteristics of menu options
WINDEV and WINDEV Mobile manage two types of menus...
Anchoring controls in a report
The anchors are used to define the behavior of controls during a resize operation......
SpreadsheetAddWorksheet (Function)
Adds a worksheet into a Spreadsheet control found in a window.
Window controls
Several types of controls can be used in a window, ......
SpreadsheetInsertWorksheet (Function)
Inserts a worksheet into a Spreadsheet control found in a window.
WaitWindowEnd (Function)
Closes the wait window of application opened by WaitWindowStart.
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....
<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....
Code editor: Display options
The code editor proposes several display options......
ExecuteAAF (Function)
Runs an Automatic Application Feature (AAF) on a control or window.
NoteSaveAll (Function)
Saves the repositionable notes of the current window in a file.
SMS functions
List of SMS functions...
WDBal messaging: Writing a message
WDBal, the secure messaging provided with WINDEV, WEBDEV and WINDEV Mobile, allows you to easily write a message......
InfoBuild (Function)
Displays a custom message in a system information window.
ControlDelete (Function)
Permanently deletes a control from a window, page or report.
SpreadsheetInsertRow (Function)
Inserts an empty row into a Spreadsheet control found in a window.
SpreadsheetInsertColumn (Function)
Inserts an empty column into a Spreadsheet control found in a window.
15. Repeating a group of controls: loopers