ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HCreation (Function)
Creates an empty data file (".FIC" extension) with the index file and the memo file if necessary.
Token (Type of variable)
The Token type is used to define all the advanced characteristics of a token displayed in an edit control.
List Box control properties
You can manipulate List Box controls in a window or page using the following WLanguage properties......
InfoVersion (Type of variable)
The InfoVersion type is used to find out the characteristics of a specific application version.
ImageMode (Property)
The ImageMode property is used to get and change the display mode of an image in an Image control, in the column of a table of type Image or in the background of a Chart control in a window.
Deserialize (Function)
Deserializes a buffer or a character string containing the data from a class, structure, array (including an associative array), queue, stack, list or advanced variable, as well as their subelements.
PageDisplayDialog (Function)
Displays a page in modal mode. This function is used to establish a dialog with the user. The page is displayed in the foreground while the opening page is displayed in the background, grayed by the DDW mechanism.
SIPAddress (Type of variable)
The SIPAddress type is used to define the advanced characteristics of a SIP address.
HCreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation. If the file exists, opens the file....
The "Column" charts
The data is interpreted as "columns" whose height is proportional to the value of data......
sfProcessSubmitRequest (Type of variable)
The sfProcessSubmitRequest type is used to describe a Salesforce record (also called a Salesforce object) to submit to SFExecuteProcess...
The "Area" charts
The Area chart is used to highlight the amplitude of a change......
13. External component in practice
External component in practice...
InfoWithTimeout (Function)
Displays an information message in a system information window for a set amount of time
JSONToVariant (Function)
Converts a JSON string to a Variant variable.
ExecuteRefreshUI
Immediately executes the "Request for refreshing the display" event of the window, page, internal window, internal page, control template or supercontrol.
Combo Box control properties
You can manipulate Combo Box controls in a window or page using the following WLanguage properties......
BackgroundColor (Property)
The BackgroundColor property is used to get and change the background color of an element.
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.
Width (Property)
The Width property is used to determine and change the width of an element.
Height (Property)
The Height property is used to get and change the height of an element.
HRead (Function)
Reads a record in a file according to a given record number.
Opacity (Property)
The Opacity property is used to get and define the opacity percentage for a window, or for controls in a window or page.
Text (Property)
The Text property is used to get and modify text.
HTTPGetResult (Function)
Retrieves the result or the header of last HTTP request run.