ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Extension procedure
By using extension procedures, you can add your own WLanguage procedures to different types of variables (string, date, color etc.)......
SQL commands available in an SQL query
WINDEV allows you to easily run queries in SQL code......
Report controls
Several types of controls can be handled in a report created by the report editor......
WorkingHourStart (Property)
The WorkingHourStart property is used to get and change the start time of working hours used: by an Organizer control. by a Scheduler control. by a Gantt Chart column (in a Table or TreeView Table control)....
WorkingHourEnd (Property)
The WorkingHourEnd property is used to identify and change the end time of working hours used: by an Organizer control. by a Scheduler control. by a Gantt Chart column (in a Table or TreeView Table control)....
The "Debugger" pane
The "Debugger" pane displays the debugger options when debugging the project or a project element ("Debugger" option)......
Handling an HTML control through programming
WINDEV and WEBDEV allow you to handle an HTML control through programming......
mongoOperationUpdateOne (Type of variable)
The mongoOperationUpdateOne type is used to define all the advanced characteristics of a document update operation that will be added to a bulk operations list. The first document that matches the selection filter will be updated.
The Internal Window control
The "Internal Window" control is used to include a window (and its code) in a control of another window......
Software Factory
The concept of software factory is used to automate the process for creating applications....
iPhone window: window creation wizard
The wizard for window creation allows you to easily create a window containing all main elements of a window for an iPhone application......
Choosing the action associated with the link
You can associate an action with the link regardless of the type of link......
MVP RAD
WINDEV proposes an MVP RAD that generates the "table" and "form" windows as well as the necessary Presenter and Model classes......
Native MySQL Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose a Native Connector for MySQL......
Automatic button execution (Window)
To force an action on a window, all you have to do is define a button of this window in "Automatic execution" mode......
Choosing the action associated with a WEBDEV button
Whatever the type of button, it is possible to associate an action with it......
8. Optimizing an application
The Sidebar control
The Sidebar control gives access to different options......
How to develop a PHP site?
What is a PHP site?......
Ribbon of editors
The different options of the WINDEV, WEBDEV and WINDEV Mobile editors are presented via a ribbon......
SCM: Optimizing the time management
From version 110042, the dates and times are stored in the Source Code Manager in UTC format (Universal Time Coordinates) instead of local computer time......
Different types of data (Type of variable)
A variable is defined by name and type......
The Internal Page control
The "Internal Page" control is used to include a page (and its code) in a control of another page......
<Source>.Free (Function)
Transforms the crossed records (HCross) into deleted records.
Multitask (External language)
Allows the programs currently run to process the Windows messages or runs a temporization.