ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

StatCorrelation (Function)
Calculates the coefficient of correlation between two series of values.
zipOpen (Function)
Opens an existing archive.
GglAddressToCoordinates (Function)
Retrieves the coordinates (latitude/longitude) of an address....
FicEncryption (Property)
The FicEncryption property is used to set the encryption method of a data file.
NdxEncryption (Property)
The NdxEncryption property is used to configure the encryption method for the index (.NDX) file associated with the data file.
fCurrentDir (Function)
Identifies or modifies the current directory.
HSetLog (Function)
Enables or disables log management on a file.
JavaExecute (Example)
Usage example of the JavaExecute function
iSubstBlock (Function)
Substitutes one block of the report with another block while the report is printed.
apiRequest (Type of request)
The apiRequest type is used to define all the advanced characteristics of a request executed via a REST web service imported using the OpenAPI documentation.
RegistryCreateKey (Function)
Creates a key in the Windows registry.
Drag and Drop from the explorer
The Drag and Drop from the explorer consists in selecting one or more files in the Windows explorer and in transferring them into a control of a WINDEV window......
ProgressBar (Property)
The ProgressBar property is used to identify and change the Progress Bar control used when calculating a Pivot Table control (PVTCalculateAll and PVTCalculateUpdate functions).
BrightnessGet (Function)
Returns the current setting of the brightness for the screen of the device.
Creating a .NET assembly that can be accessed using COM
To create a.NET assembly accessible by COM, you must......
Manipulating an HTML Display control in the code
The HTML Display control is used to display a Web page in an application......
Events associated with Shape controls
List of events associated with Shape controls...
HCross (Function)
Crosses a record in a data file.
Multi-touch management functions
The following functions are used to manage the multi-touch......
Constants for managing errors and exceptions
List of constants used by the functions for managing errors and exceptions....
xlsData (Function)
Retrieves the content of a cell found in an XLS file.
notificationFormat (Type of variable)
The notificationFormat type is used to describe the display format of a notification when this one is expanded.
iPreview (Function)
Configures the print destination.
GPSInfo (Function)
Returns the information about the location provider used by the application for geolocation functions.
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....