ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Project Management Hub: Configuration
All contributors must provide details about their work schedule so that project management tools reflect reality......
Message text file format
The text files created by WDMSG use a specific format......
Optional parameters
Some of the parameters passed to a procedure can be optional parameters......
List,Modify (External language)
Modifies an element in a drop-down list or in an expanded list.
List,Select,+ (External language)
Selects an element in a drop-down list or in an expanded list.
Project dashboard
The project dashboard provides an overall view of project status via different widgets.......
List,Select,- (External language)
Deselects an element from a drop-down list or from an expanded list.
List,Delete (External language)
Deletes an element from a drop-down list or from an expanded list.
ParallelTaskCancel (Function)
Immediately ends the execution of the current task: the task is flagged as ptsCanceled.
Creating an SCM repository
To share a project via the Source Code Manager, a repository must be created......
Handling a Link control through programming (Page)
WEBDEV allows you to handle a Link control through programming......
dbgEndRecording (Function)
Stops recording the scenario.
The Gantt Chart control
A Gantt chart allows you to graphically view the progress status of a project......
Automatic context menu for the Scheduler controls
Each Scheduler control found in a window proposes a menu to the user....
Automatic features of Pivot Table controls
The Pivot Table control offers several Automatic Application Features (AAF) allowing the user to take advantage of all its capabilities......
Different types of data (Type of variable)
A variable is defined by name and type......
Mobile Image Editor control
By using the Image Editor control in your mobile applications, you will allow users to edit images or photos......
Handling an Edit control programmatically
You can handle Edit controls programmatically......
ERR_NO_CURRENT_PAGE
SQLFetch (Function)
Goes to the next row (i.e next record) of the query result.
26. Style sheets: to simplify the layout
Handling List Box controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle List Box controls....
Binding a Link control to an item
WDSQL: Exporting and printing the result of an SQL query
The result of a select query can be......
Caption (Property)
In a database, the Caption property is used to: Find out the caption associated with a file item. Find out the caption associated with a data file. Find out and modify the connection caption. In a report, the Caption property is used to: Find out the text displayed in a Static or Link control. Modify the text displayed in a Static or Link control. In a window or page, the Caption property is also used to: Find out and modify the caption of a control in a window or in a page. Find out and modify the caption of a menu option. Find out and modify the title of a window or page. Find out the content of a Breadcrumb control....