ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Events associated with a Native Container control
WINDEV and WINDEV Mobile manage the following events by default (order of appearance in the code editor)...
CaptionIfNew (Property)
The CaptionIfNew property is used to get and change the caption of a pane opened by the end user in a dynamic Tab control.
Select query description window: Use
Let's see some operations specific to the description window of a select query......
WDSetup: Managing additional languages
The "WDSetup" project corresponds to the standard setup program of WINDEV applications......
1. Project dashboard
The project dashboard is an essential element for managing WINDEV Mobile projects....
3. Project dashboard
Project dashboard...
3. Project dashboard
Customizing the report viewer (preview)
You can display a print preview in the report viewer......
How to add a new row to a Table control?
This help page explains how to add a row to a Table control programmatically....
StringToArray (Function)
Fills a one- or two-dimensional array of the specified type with the character string passed in parameter.
Error 809: The * character cannot be used as mandatory parameter in a function
<Combo Box>.Open (Function)
Expands the list of a Combo Box control (single-column or multi-column Combo Box).
Automated tests on an executable
WINDEV proposes to run the different project tests directly on the corresponding executable......
Operations in a Select query : add and delete
The following paragraphs present......
ComboOpen (Function)
Expands the list of a Combo Box control (single-column or multi-column Combo Box).
Properties associated with formatted display controls
The formatted display control includes some properties that can be used......
Types of help systems in a WINDEV application
There are multiple solutions to provide help to the users......
Accessing a database in local mode (SQLite)
WEBDEV allows a site to create and access a database created by the browser on the computer of the Web user in browser code....
The Task structure
The Task structure is a preset structure of WLanguage (no declaration is required)......
Remote check: Customizing with a window
To customize the remote control performed on a multi-user WINDEV application, the standard window can be replaced with a window from your application......
Date (Property)
The Date property is used to: Retrieve the date from a DateTime variable. Modify the date in a DateTime variable. Retrieve the date from a Date item (in "Date and Time" format) . Modify the date in a Date item (in "Date and Time" format)...
SCM administrator: Managing the repository
The SCM administrator (Source Code Manager) allows you to directly handle the source codes of different projects included in the Source Code Manager......
Camera control in a mobile application
The Camera control is used to......
WDZip: Handling files in an archive
The compressed files found in an archive can be handled by WDZip......
FlexAlignItems (Property)
The Property FlexAlignItems allows you to know and modify the alignment characteristics of the fields inside a row of a Flexbox field according to the secondary axis of the field ( Property 900 corresponding CSS "align-items").