ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Binding a Link control to an item
Information about a control found in a window or in a page
The window editor and the page editor allow you to get information about the controls used....
RealToDateTime (Function)
Converts an 8-byte real to a date and time.
WDMSG
You can create multilingual projects in WINDEV, WEBDEV or WINDEV Mobile......
EnumMenu (Function)
Returns: the name of nth option or sub-option found in the main menu of window. the name of nth option or sub-option found in a custom context menu (created with WINDEV or WINDEV Mobile)....
How to use an array of structures?
An array of structures is an Array variable......
DateTimeToReal (Function)
Converts a date and time to an 8-byte real.
Application triggers
...A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ...) on a record of a data file....
16. Application test in practice
New Features brochure - Version 27: new features of WINDEV Mobile
New features in WINDEV Mobile 27 presented in the New Features brochure....
WDMap: Adding, modifying and deleting the records of a data file
WDMap allows you to perform simple operations (addition, modification or deletion) on the records found in a data file......
Managing the load balancing (dynamic load balancing on server)
The server that is hosting a HFSQL database engine can be very busy......
SCM: Check-in policy
The SCM gives you the ability to define a check-in policy......
WDDIXIO overview
15. Project Management Hub
7. Source Code Manager (SCM)
WINDEV Mobile: Platforms, processors and operating systems
WINDEV Mobile applications can run on the following platforms...
7. Internal component
An internal component is a set of elements from a project....
HFSQL Client/Server: Scheduled tasks
The scheduled tasks are used to schedule automatic tasks......
ERR_BAD_COMMANDLINE
ERR_BAD_COMMANDLINE error...
Remote WEBDEV administrator: Server parameters
The server administrator can define the server parameters via the remote administration tool......
AAFs available for numeric edit controls
The numeric edit controls propose several AAFs (Automatic Application Features): a context menu proposing the "Calculator" option. the ability to modify the control value with the mouse wheel....
BLOCK
The <BLOCK> keyword is used in the code editor to declare custom blocks of code. These blocks of code are used to highlight the different steps of an algorithm and to group the declarations of variables or members.
1. Managing emails
WINDEV includes multiple methods to manage emails...
Creating and deploying a setup program: How to?
Creating the setup program allows you to deploy a WINDEV application on the end-user computers......