ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Spacing out a selection of controls
To create modern interfaces, you need to increase spacing between the controls in your windows......
11. External component
Compiling and testing the help system
It is necessary to compile the help to create a file based on the information entered in the help editor......
The Task structure
The Task structure is a preset structure of WLanguage (no declaration is required)......
Using layouts in WINDEV and WINDEV Mobile
The layout is used to define several views of a window in the same project without duplicating this window......
Link control associated with an item containing an email address
In a database, the email address of customers, suppliers, ......
Multicolumn report
The report editor allows you to create "Multicolumn" reports....
Information 37: Optimize your FOR loop
Gantt Chart report
The report editor gives you the ability to create "Gantt Chart" reports......
How to create and run an SQL query through programming?
This help page explains how to create and run an SQL query through programming....
Ribbon (Property)
The Ribbon property is used to access the Ribbon control of the associated control (Word Processing, PDF Reader, Spreadsheet, Image Editor, HTML Editor or Diagram Editor controls).
18. Secure payment
UseMode (Property)
The UseMode property is used to determine or change how the PDF Reader control reacts to mouse input. The mouse is used to select text in the document or to move within the document pages.
The HTML Editor control
The HTML Editor control allows users to create and modify HTML pages......
Native MySQL Connector: Specific features
The Native MySQL Connector (also called "Native MySQL Access") creates "InnoDB" tables to support locks and transactions on a MySQL database......
3. Deploying a WINDEV application
Describing the report blocks
The different characteristics of a block can be viewed and/or modified in the description window of this block......
TmeLine control linked to a data file or variable
You can create TimeLine controls directly linked to the data....
<Image variable>.DrawArc (Function)
Draws a circle arc or an ellipse arc in an Image variable.
<Image>.DrawArc (Function)
Draws a circle arc or an ellipse arc in an Image control.
<WDPic variable>.DrawArc (Function)
Draws a circle arc or an ellipse arc in a WDPic variable.
<picLayer variable>.DrawArc (Function)
Draws a circle arc or an ellipse arc in a picLayer variable.
Error 19: The step of this FOR loop must be constant
Describing the replication (ReplicEdit)
ReplicEdit is used to create a replication via a wizard, but the replication description window allows identifying or configuring additional parameters......
dTransferToImage (Function)
Creates an image from a buffer of pixels encoded in a specific format. This function is an advanced function. This function is mainly used to handle the images returned by external APIs via Image variables....