ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Composite chart
A composite chart is a chart that displays several types of charts...
Range Area chart
The Range Area chart is used to show a variation between a high and a low value...
Sunburst chart
The Sunburst chart is a Pie chart containing several levels of hierarchical data...
Pyramid charts
Pyramid charts allow you to view data in descending order...
The "Bubble" charts
A bubble chart shows the correlation between three variables using 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...
The "Funnel" charts
The Funnel charts are often used to represent the steps in a sales process and to indicate the amount of potential revenues expected for each step.
Polar Area charts
Polar Area charts are similar to Pie charts. However, each segment has the same angle...
Controls of a dynamic page
Several types of controls can be handled in a dynamic page ...
The "Stock" charts
The Stock charts are used to represent the variations in the values of shares...
Real-time chart
This type of chart is used to represent a permanent data flow in real time...
Types of pages
WEBDEV enables you to create static sites and/or dynamic sites...
The "Radar" charts
The Radar chart is used to highlight a series according to another one...
The "Waterfall" charts
The "Waterfall" chart is a bar chart used to represent the positive or negative additions of several categories...
<zipArchive variable>.IsMulti (Function)
Returns the type of the archive: single-part archive or multi-part archive.
The "Surface" charts
The Surface chart is used to represent correlated analogical data, according to 3 axes
Radial Bar chart
Returns True if at least one element of an array is False.
BrowserType (Function)
Returns the type of browser used by the Web user.
The "Column" charts
The data is interpreted as "columns" whose height is proportional to the value of data...
Heatmap chart
The Heatmap chart is used to represent in 2 dimensions data with 3 axes of values...
Characteristics of non-maximized windows
A non-maximized window can be resized by the user and it can occupy a section of the screen only...
The "Pie", "Donut" or "Semi-circular" charts
Several types of charts belong to the same family...
The different types of sites
WEBDEV enables you to create static sites and/or dynamic sites...
<String type>.Reverse (Function)
Reverses the characters of a string.
<String type>.ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator....
<String type>.Format (Function)
Formats a character string according to the selected options.
<String type>.Replace (Function)
Replaces all occurrences of a specified substring in a string with another specified substring.
Type of pages created by RAD
The page creation wizard shows different types of pages associated with HFSQL data files......
Type of windows created by RAD
The wizard for window creation proposes several types of windows associated with HFSQL data...
File Description (Type of variable)
The File Description variable is used to programmatically describe data files.
Link Description (Type of variable)
A Link Description variable is used to describe a link between two data files through programming.
Item Description (Type of variable)
An Item Description variable is used to describe one or more items in a data file programmatically.
Data source (Type of variable)
A Data source variable is used to describe a temporary data source (query, view, alias, ...)
Buffer (Type de variable)
The buffer type corresponds to a binary memory area....
Dynamic structure (Type of variable)
A structure can be allocated dynamically...
Dynamic array (Type of variable)
A dynamic array is an "advanced" type of array...
Fixed array (Type of variable)
A fixed array is an "advanced" type of array...
Associative array (Type of variable)
An associative array is an "advanced" type of array...
<Buffer type>.EncryptAsymmetric (Function)
Encrypts a buffer using an asymmetric encryption algorithm (RSA) that requires a public key...
<Buffer type>.EncryptStandard (Function)
Encrypts a character string or a binary buffer by using a symmetrical encryption algorithm (AES,...
Type of item: Secure password
"Password" items are used to securely store passwords by using a salt and a hash algorithm......
Parameter Description (Type of variable)
Parameter Description variables are used to programmatically describe a parameter.
Syntax Description (Type of variable)
Syntax Description variables are used to programmatically describe the syntax of a report, window...
<DateTime type>.ToString (Function)
Converts a DateTime to string in the specified format.
<Buffer type>.DecryptAsymmetricEnvelopped (Function)
Performs the asymmetric encryption of an envelope that has been encrypted...
<Buffer type>.DecryptAsymmetric (Function)
Decrypts a buffer with a private/public key algorithm with RSA encryption....
<Buffer type>.EncryptAsymmetricEnvelopped (Function)
Performs an asymmetric encryption of an envelope.
emailPOP3Session (Type of variable)
The emailPOP3Session type is used to access a messaging server by using the POP3 protocol (Post...