ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Creating the Table pages of the WEBDEV RAD pattern
The Organization Chart control
The Organization Chart control is used to represent elements in a hierarchical way. For example: the contributors of a company according to their position. the different branches of a group with their inter-dependencies. the different steps of a manufacturing process, ......
fWrite (Function)
Writes: a character string into an external file. a memory section....
Error 1030: The access to the base class is restricted by a private inheritance
<DiskFile variable>.Write (Function)
Writes: a character string into an external file. a memory section....
BTLECharacteristicWriteValue (Function)
Writes a value to a characteristic on a Bluetooth Low Energy device.
Custom tooltips
Tooltips are very useful for application users......
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.
11. User Macro-Code: UMC in practice
UMC: Implementing and managing the "User Macro-Codes"
Regardless of the skill of the development team, the end user will always want to do something that has not been planned for......
Creating the Table windows of the WINDEV RAD pattern
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......
Telephony constants
List of constants used by telephony functions...
4. Adding a product
WEBDEV Tutorial - Creating a website with back office processes Lesson 4 - Adding a product - 50 min
Keyboard shortcuts
The main keyboard shortcuts in the editors are as follows......
4. Create a page in the editor...
6. Printing the product catalog
WINDEV Mobile Tutorial - Developing an Android and iOS application Lesson 6 - Printing the product catalog - 20 min
Error 1006: The member is not global: use: to access it
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......
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...
Positioning a toolbar
A Toolbar control can be created in a "Free" window or in an "MDI Parent" window......