ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The different types of sites
WEBDEV enables you to create static sites and/or dynamic sites......
Project description: Project tab
The project description window allows you to configure various elements of your project......
ERR_BAD_CONTEXT
Sends a stop request to a thread....
URL Rewriting
URL Rewriting is a technique used to improve SEO......
What is a database?
A database is an organized collection of data for a particular purpose (e.g., manage orders)......
WDStatistics: Overview
WDStatistics is a tool used to perform statistical calculations regarding the traffic of your dynamic WEBDEV sites......
Classes, members, methods and properties
A class is made of......
Remote WEBDEV administrator: Configuration to use the statistics
A specific account dedicated to the management of statistics is required to access the statistical module. This account can be created via the remote administrator....
Animation of Chart control
The animation of Chart controls allows you to define a dynamic display in your applications......
HTML 5: Example for managing the programmed Drag and Drop
To make a WEBDEV site more interactive, you have the ability to implement Drag and Drop in the pages....
PageNumber (Property)
The PageNumber property is used to: get and change the number of the page displayed in an Image control ("multi-page" image files) get and change the page number of a PDF file displayed in an image control of a window get and change the page number of a PDF file displayed in the background of a report....
The Tab control
The Tab control is used to simultaneously display different controls......
Query editor
The query editor is used to automatically create queries on the data files......
The "Context-sensitive code view" pane
The "Context-sensitive code view" pane allows you to view and edit the code of the element (window, page, report, control, etc....
CurrentIndex (Function)
Depending on the specified control, returns: the number of the current row displayed in the current Table control, the number of the option with focus in a Check Box control, the number of the current row in the current Looper control, the index of the current indexed control....
CurrentColumn (Function)
Returns: the index of the current indexed column in a Table control (based on a table or populated programmatically). the number of the column currently in edit mode in the specified data-bound Table control (based on a table or populated programmatically)....
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, ......
"Preset controls" pane
The "Preset controls" pane proposes several preset controls that can be included in the current window or in the current page by "Drag and Drop"......
SocketCreateUDP (Function)
Creates a socket that uses the UDP protocol.