ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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.
<WDPic variable>.DrawArc (Function)
Draws a circle arc or an ellipse arc in a WDPic variable.
<Image>.DrawArc (Function)
Draws a circle arc or an ellipse arc in an Image control.
<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....
Guide organization
Organization of WINDEV Concepts...
Importing classes and sets of procedures (text file)
From version 23, you have the ability to import existing classes or sets of procedures in text format......
Property of entity/association
In the MERISE methodology, the properties correspond to the characteristics of entities......
Native Informix Connector: Programming with SQL functions
The use of SQL functions to manipulate Informix data does not require importing the file structure into the analysis......
Native Sybase Connector: Programming with SQL functions
The use of SQL functions to handle Sybase data does not require importing the file structure into the analysis......
The Group structure
The Group structure is a preset structure of WLanguage (no declaration is required)......
Printing in WLanguage
WINDEV, WEBDEV and WINDEV Mobile propose several print methods......
Using ODBC on HFSQL Classic via JDBC
The ODBC driver on HFSQL Classic is used to access a HFSQL Classic database from an external database software that supports ODBC accesses......
WDZip: Creating or modifying an archive
This help page explains how to......
Break in a Looper control
A break in a Looper control is used to group the data corresponding to one or more arguments......
Window templates
WINDEV and WINDEV Mobile allow you to create window templates......
Device panel
In WINDEV Mobile, you can create applications that adapt to all devices, by setting anchors on the controls......
Setup by stand-alone physical media
A setup by stand-alone physical media allows you to provide a media that contains all the files required for installing and running a site......
MVP RAD
WINDEV proposes an MVP RAD that generates the "table" and "form" windows as well as the necessary Presenter and Model classes......
Creating a branch
A branch is used to create a copy of the current project in order to perform modifications, additions, etc....