ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
Setup of a WEBDEV site: Automatic data file modification
The automatic modification of the data files allows updating the description of data files on the Web server......
DateTimeLocalToUTC (Function)
Converts a local date and time (time zone, summer time, winter time) to UTC.
SQLExecWDR (Function)
Runs the SQL code of a query created in the query editor.
Installing a SOAP server with Netscape iPlanet 4.1
7. Available controls in a window
WINDEV Mobile includes several types of controls...
Numeric (Type of variable)
The numeric type is used to contain integer or decimal numbers by specifying if necessary: the number of digits in the integer part. the number of digits in the integer part and in the decimal part....
iPrintBarCode (Function)
Prints a bar code (inside a rectangle).
Note (Property)
The Note property is used to: Find out the notes associated with a control, a window, a page or a report. Modify the notes associated with a control, a window a page or a report....
Link Description (Type of variable)
A Link Description variable is used to describe a link between two data files through programming.
HSetIntegrity (Function)
Enables or disables the management of an integrity constraint on a file link.
iParameter (Function)
Retrieves the printer configuration and configures the print.
Configuring the automatic table modification
The automatic table modification updates the description of tables on user computers......
MinHeight (Property)
The MinHeight property gets and sets the minimum height of a control or window.
The Peeling Corner control
The "Peeling Corner" control is used to create a visual effect in a page by presenting an image partially covered by another one......
Android 10: Modifying the behavior of applications
Starting with Android 10, Google no longer allows an application running in the background to open a window
List (Variable type)
A List variable is a structured type that is used to group a set of elements of the same type.
ComponentLoad (Function)
Loads an external component. This component can be: an external component present in the current project. an external component independent of the current project....
Null (Property)
The Null property is used to: Assign NULL to the item for the current record. Find out whether the item is associated with the NULL value for the current record. Define the default value of an item when the item is described programmatically....
GeometryCross (Function)
Compares two geometries and determines if their intersection spatially crosses.
DateTimeUTCToLocal (Function)
Converts a UTC date and time to local time (time zone, summer time, winter time).
TableMoveLine (Function)
Moves a row or swaps two rows in a Table control.
Generating an Android application
The generation of a WINDEV Mobile application for Android groups all project elements (windows, code, etc....