ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

2. Projects in practice
Collapses a branch previously expanded....
The "Bubble" charts
A bubble chart shows the correlation between three variables via bubbles of different sizes: categories and values on the X and Y axes and an additional parameter. The size of the bubble indicates the value of this third parameter.
Browser constants
OrgElement (Type of variable)
The OrgElement type is used to define the advanced characteristics of an element found in an Organization Chart control.
Int (Variable type)
The Int type is used to easily perform calculations on integer values...
pdfDocument (Variable type)
The pdfDocument type is used to get all the characteristics of a PDF file, including author, date created, page content, etc.
FTPConnect (Function)
Connects the current computer to an FTP server (File Transfer Protocol).
HDeclare (Function)
Declares a description of data file (found in an analysis) in the current project.
gglPhoneNumber (Type of variable)
The gglPhoneNumber type is used to describe and modify the phone number of a contact...
CtCacheSize (Property)
The CtCacheSize property is used to determine and change the maximum number of records that can be stored in the cache of the Native MySQL Connector.
Creating a replication
To understand the operating mode of ReplicEdit, we are going to create a replication by using a simple example......
Numeric (Type of variable)
The numeric type is used to contain integer or decimal numbers by specifying if necessary: the number of digits in the integer part. the number of digits in the integer part and in the decimal part....
SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a web service proxy (SOAP).
xmlDocument (Variable type)
The xmlDocument type is used to handle an XML file.
Email (Type of variable)
The Email type is used to handle the email content as well as the associated information.
SQLConnect (Function)
Connects the current application to a database that must be interrogated via SQL.
SCM: Adding a project to the repository
Some operations are required before an existing project can be used by the Source Code Manager......
AnimationGetParameter (Function)
Reads the value of one of the animation parameters defined for an Image or Static control.
JSON (Type of variable)
The JSON type makes it possible to simplify actions on data in JSON format.
Creating a branch
A branch is used to create a copy of the current project in order to perform modifications, additions, etc....
The "Column" charts
The data is interpreted as "columns" whose height is proportional to the value of data......