ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Mathematical SQL functions
The mathematical SQL functions that can be used on the queries written in SQL code are as follows......
iPhone window: window creation wizard
The wizard for window creation allows you to easily create a window containing all main elements of a window for an iPhone application......
INIWrite (Function)
Writes a specific value into an INI file (or into a file structured like an.INI file).
How to create a menu?
Type inference
The type inference is used to simplify the declaration of variables when the variable type can be automatically deduced by the compiler......
Dynamic Automation object
A dynamic automation object is an automation object allocated upon request, during the program execution...
Tile (Type of variable)
The Tile type is used to defined all the advanced characteristics of a tile for an application in Universal Windows 10 App mode.
Reals
SQL selection conditions
To specify the selection conditions in an SQL query, you can use......
iPad window: Window creation wizard
The wizard for creating iPad windows allows you to easily create a window containing all the main elements of a window for an iPad application......
Deploying a Java archive
Like for any application, WINDEV allows you to create a setup program for a Java application......
Reuse code via external components
WINDEV Tutorial: External components Reusing code with external components - 40 min
SQLColumn (Function)
Returns the characteristics of all the columns (or items): for a given table. for a given query....
Compilation statement: COMPILE IF
The <COMPILE IF> statement allows you to compile (or not) a WLanguage code according to a condition.
Automation object
The Automation keyword is used to declare an automation object...
Code Editor control
The Code Editor control allows end users to write WLanguage code....
OAuth2Parameters (Variable type)
The OAuth2Parameters type is used to define the information required to authenticate on a web service implementing the OAuth 2.0 standard.
WDAdminHF: Server management
During the connection to the remote HFSQL administrator, you must specify the HFSQL server that will be taken into account......
BufferToReal (Function)
Extracts a real from a binary buffer at a given position.
HDeclare (Function)
Declares a description of table (found in a database schema) in the current project.
Consuming a web service
WINDEV Tutorial: Consuming a web service Consuming a web service - 10 min