ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Calling a procedure/a function
Syntax for calling a local or global procedure.
16. Types of code
Diagram (Type of variable)
The Diagram type is used to define all the advanced characteristics of a diagram that can be edited in the Diagram Editor control.
AppleAdvertisingIdentifier (Function)
Returns the device's advertising identifier (iOS only)....
Obtaining an SSL certificate for IIS7 (or later)
To get an SSL certificate for IIS 7 (and later), the different steps are as follows:...
gr3DSParameter (Function)
Retrieves or modifies a parameter for drawing a chart in 3D Spatial mode.
Principle for running threads
At runtime, an application runs in a main thread......
DialogAsynchronous (Function)
Displays a non-blocking message box and calls a WLanguage procedure with the value of the button clicked by the user.
WDInst: configuring the characteristics of the files to install
WDInst allows you to configure the characteristics of the files to install......
GroupReset (Function)
Reinitializes the Group structure.
WEBDEV administrator: Advanced configuration
The "Advanced" tab is used to configure the advanced features at server level......
HashString (Function)
Calculates the Hash of a character string according to a specific algorithm.
iParameterExport (Function)
Used to configure the exports performed from the report viewer: parameters for sending emails. parameters for creating the different files....
docFormatting (Type of variable)
The docFormatting type is used to define the formatting characteristics of an element in a Word Processing document.
CoordinateScreenToEditor (Function)
Converts a size or a position specified in the native dpi of the screen on the device where the application is run to the reference dpi in the editor (160 dpi).
Testing a static page
The test of a single page allows you to run the current page in WEBDEV......
Various WEBDEV constants
Various WEBDEV constants...
MapPolyline (Type of variable)
The MapPolyline type is used to define the characteristics of a line composed of several segments to be drawn on the map displayed in a Map control.
LooperCount (Function)
Returns the number of rows in a Looper control.
HUpdateLink (Function)
Updates on the server all the links of an HFSQL Client/Server data file....
geoDistance (Function)
Returns the distance between the two locations. This distance is expressed in meters by default.
CoordinateEditorToScreen (Function)
Converts a size or a position specified in the reference dpi in the editor (160 dpi) to the native dpi of screen on the device where the application is run.
iParameterXLS (Function)
Defines the options for the XLS file generated during the print.
HLogRecreate (Function)
Used to re-create an empty log.
OpenChild (Example)
Usage example of the OpenChild function