ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Code editor: Display options
The code editor proposes several display options......
Importing classes and sets of procedures (text file)
From version 23, you have the ability to import existing classes or sets of procedures in text format......
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....
13. Generation modes
Table,Delete (External language)
Deletes an element from a Table control.
PageToFile (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. The data file items bound to the window controls are automatically updated with the values of these controls. the value of the WLanguage variables with the value of the window controls. The WLanguage variables bound to the page controls are automatically updated with the values of these controls. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
Testing a static page
The test of a single page allows you to run the current page in WEBDEV......
1. WEBDEV environment
WEBDEV Tutorial: WEBDEV overview Lesson 1 - WEBDEV environment - 5 min
httpResponse (Type of variable)
The httpResponse type is used to get the advanced characteristics of the response of the HTTP/HTTPS request....
CurrentWorksheet (Property)
The CurrentWorksheet property is used to get and change the current worksheet in a Spreadsheet control.
USBDetectRemovableStorage (Function)
Detects whether a removable storage unit (CD, USB key, USB camera, ...) was added or removed.
Adding an element to the SCM repository
When an element is added to the SCM (Source Code Manager) repository, it is added to the reference project on the SCM server......
ModbusReadBit (Function)
Reads one or more bits from a Modbus slave, starting at a specific address.
ModbusReadRegister (Function)
Reads one or more registers from a Modbus slave, starting at a specific address.
fDetectRemovableStorage (Function)
Detects whether a removable storage unit (CD, USB key, USB camera, ...) was added or removed.
SensorDetectChangeOrientation (Function)
Allows you to be notified when the orientation of the device changes on any one of its 3 axes.
TextToRTF (Function)
Converts text to Rich Text Format.
SpreadsheetAddWorksheet (Function)
Adds a worksheet into a Spreadsheet control found in a window.
SpreadsheetInsertWorksheet (Function)
Inserts a worksheet into a Spreadsheet control found in a window.
HDBIndex (Function)
Opens an xBase index file.
3-tier architecture
The development in "3-tier" architecture is now simplified......
Description of an Organizer control (control of a page)
The Organizer control can be configured in the editor via the description window ("Details" tab)......
ScreenToSource (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....
PageToSource (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
SourceFromPage (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....