ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

API description (Variable type)
An API Description variable is used to describe an API, its parameters, its return value and its calling options programmatically.
Procedure description (Type of variable)
The Procedure Description type is used to get information about a procedure or a method.
DateTimeToEpoch (Function)
Converts a local datetime to Epoch format (number of time units since 01/01/1970 at 00h00 UTC)....
Fixed array (Type of variable)
A fixed array is an "advanced" type of array...
Property Description (Variable type)
The Property Description type is used to get information about a property.
Variable Description (Type of variable)
The Variable Description type is used to get information about a variable or a member.
Creating a .NET assembly that can be accessed using COM
To create a.NET assembly accessible by COM, you must......
FOR EACH/FOR ALL statement (loop through files)
The FOR EACH statement is used to run different types of HFSQL loops...
<WDPic variable>.DrawCircle (Function)
Draws a circle or an ellipse in a WDPic variable.
Optional events: Retrieved information
In WINDEV, you can add optional events in the code of the different elements of an application......
Managing Bluetooth Low Energy devices
The Bluetooth LE standard (for Low Energy) is used to manage devices with low energy consumption......
CurrentIndex (Function)
Depending on the specified control, returns: the number of the current row displayed in the current Table control, the number of the option with focus in a Check Box control, the number of the current row in the current Looper control, the index of the current indexed control....
Structure of log files (HFSQL Classic)
The following files are automatically created when logging an HFSQL Classic data file......
Constants for managing Map controls
Constants for managing Map controls...
Aligning elements in a List Box or Combo Box control (prefix syntax)
Several methods can be used to align the elements found in a List Box or Combo Box control......
<picLayer variable>.DrawCircle (Function)
Draws a circle or an ellipse in a picLayer variable.
Manipuler un champ Editeur_HTML par programmation
Abre una ventana cuyo resultado se recuperará a través de una Procedure WLanguage ("callback").