ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SQLFetch (Function)
Goes to the next row (i.e next record) of the query result.
Handling List Box controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle List Box controls....
The Task structure
The Task structure is a preset structure of WLanguage (no declaration is required)......
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......
EmulatePane (Function)
Emulates the selection of a pane in a Tab, Ribbon or Sidebar control.
"About" window
The "About" window is used to display and access various information about the current application......
Managing cookies
A cookie is an easy way to temporarily store information on the user's computer......
The "Code hashtags" pane
"Project explorer" pane
The "Project explorer" pane is used to simplify the development environment of WINDEV, WEBDEV and WINDEV Mobile......
Handling Bar Code controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle Bar Code controls......
Native Access Connector
This type of Native Connector allows access to ACCESS databases for better interoperability purposes......
Automatic context menu for the Scheduler controls
Each Scheduler control found in a window proposes a menu to the user....
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....
The Gantt Chart control
A Gantt chart allows you to graphically view the progress status of a project......
Edit options of a report
The report editor allows you to......
WEBDEV: Scheduled tasks and delayed tasks
WEBDEV allows you to implement tasks on the server directly......
Debugging in PHP
A site generated in PHP can be debugged in standard WEBDEV mode......
Webservice management functions
Webservice management functions...
SchedulerDisplayNextPeriod (Function)
Moves the time area displayed on the next area (next weeks for example) in a Scheduler control.
OrganizerDisplayNextPeriod (Function)
Moves the time area displayed to the next area (next weeks for example) in an Organizer control.
ParallelTaskExecuteAfter (Function)
Indicates a continuation parallel task that will be run when one of the specified parallel task is completed.
<Organizer>.DisplayNextPeriod (Function)
Moves the time area displayed to the next area (next weeks for example) in an Organizer control.
<Scheduler>.DisplayNextPeriod (Function)
Moves the time area displayed on the next area (next weeks for example) in a Scheduler control.
<ParallelTask variable>.ExecuteAfter (Function)
Indicates a continuation parallel task that will be run when one of the specified parallel task is completed.