ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Using offline sites
WEBDEV allows you to specify that a site or a set of pages can operate in off-line mode (without an Internet connection)....
BTLEDescriptorWriteValue (Function)
Writes the value of a descriptor to a Bluetooth Low Energy device.
<btleCharacteristic variable>.WriteValue (Function)
Writes a value to a characteristic on a Bluetooth Low Energy device.
<btleDescriptor variable>.WriteValue (Function)
Writes the value of a descriptor to a Bluetooth Low Energy device.
Context menu of Organizer controls (AAF)
Each Organizer control found in a window proposes a menu to the user......
Automatic context menu for the Scheduler controls
Each Scheduler control found in a window proposes a menu to the user....
6. Procedures
WINDEV Tutorial - WLanguage basics Lesson 6 - Procedures - 20 min
4. Create a page in the editor...
WDModFic : Tool for automatic modification of data files
WDModFic is a tool used to perform the automatic modification of the data files found on the development computer and on the end-user computers......
Handling a Conceptual Data Model (CDM)
The main operations that can be performed on a CDM are as follows......
Error 1006: The member is not global: use: to access it
Positioning a toolbar
A Toolbar control can be created in a "Free" window or in an "MDI Parent" window......
Handling controls in a window
The different operations that can be performed on the window controls are as follows......
Dynamic site: Persistent session
For a dynamic WEBDEV site, when starting the site (site called from a browser), a session representing the site is loaded in memory on the server......
General exception mechanism
A process of general exception is available for all the components of the object with which it is associated......
CalculatorButton (Property)
The CalculatorButton property is used to determine and indicate whether a Numeric or Currency Edit control has a button to display a popup calculator.
Multicolumn report
The report editor allows you to create "Multicolumn" reports....
Properties associated with the rows of a TreeView control
The rows of TreeView controls in a window or page can be manipulated using different WLanguage properties......
Lambda: Expressions and procedures
A lambda ("lambda function") is a more concise way to write internal procedures...
ModbusWriteBit (Function)
Writes one or multiple bits to a specific address in a Modbus slave.
Handling the checks
The monitor of the monitoring robot allows you to access the different checks started by the monitoring robot......
20. Control templates
Manipulating controls in a page
The different operations that can be performed on the page controls are as follows......
7. AJAX technology