ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

docFragment (Type of variable)
The docFragment type is used to define the characteristics of a fragment found in a "docx" document.
Sort order of records found in a select query
To make the result of a query easier to read, the records can be sorted according to one or more items......
The "Line" charts
In the line charts, the data is interpreted as successive y coordinates of points......
The "Scatter" charts
A scatter chart (XY) represents the relationship between two numeric values in two series of data......
zipInfoFile (Function)
Returns the characteristics of a file found an archive: The name of the file and its stored path. The initial size of the file. The compressed size of file. The date and time of file creation. The date and time of file modification. The date and time of file access. The file attributes. The file encryption mode....
Handling data files in PHP
WEBDEV allows you to create a PHP site that handles data files......
Connection (Type of variable)
The Connection type is used to describe one or more connections to external databases (HFSQL Client/Server, Native Connector, etc....
Real Time Performance Profiler (RTPP)
The Real Time Performance Profiler (RTPP) is a tool that helps you identify what is slowing down your application......
Management of XML
WINDEV, WINDEV Mobile and WEBDEV include several functions for handling XML code......
HTMLToText (Function)
Converts an HTML string or buffer to text.
HTMLToRTF (Function)
Converts an HTML string or an HTML buffer to an RTF string.
Optional events: Retrieved information
In WINDEV, you can add optional events in the code of the different elements of an application......
Configuring the setup program
Two tools can be used to create a setup program......
Log-based replication: Programming the log-based replication in WLanguage
Several WLangage functions allow you to include log-based replication in your application and to customize it......
The HTML Editor control
The HTML Editor control allows users to create and modify HTML pages......
1. Examples provided with WINDEV Mobile
Assigning dependencies to requirements
The following steps must be performed to implement the requirements......
Fixed array (Type of variable)
A fixed array is an "advanced" type of array...
1. Installing an application on Android, iOS, etc.
There are multiple methods to install a WINDEV Mobile application...
Automatic documentation of procedures and methods
To simplify the maintenance or the use of existing code by other developers, WINDEV proposes an automatic documentation for the procedures (or class methods)......
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.
The "Area" charts
The Area chart is used to highlight the amplitude of a change......
Native Oracle Connector: Running the same query several times
In some cases, it may be useful to run the same query multiple times while modifying one or more parameters......
zipExtractPath (Function)
Returns the path of a file found in the archive.
Types of Edit controls