ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HExecuteQueryAsynchronous (Function)
Executes a SELECT query asynchronously.
fUnlock (Function)
Entirely or partially unlocks an external file.
SQL functions that can be used in SQL queries
The following SQL functions can be used on the queries written in SQL code (classified by theme)......
Creating a .NET assembly from WINDEV
To create a.NET assembly, ......
GglConnect (Function)
Manages authentication on a Google server (via the "OAuth 2.0" authentication mode).
fLock (Function)
Entirely or partially locks an external file.
OAuth2Parameters (Type of variable)
The OAuth2Parameters type is used to define the information required to authenticate on a web service implementing the OAuth 2.0 standard.
HFConf.Ini file
The HFConf.INI file is found at server root. This file is used to define several characteristics of HFSQL Client/Server server....
fOpen (Function)
Opens an external file (ANSI or UNICODE) in order to handle it through programming.
CallDLL32 (Function)
Runs a function found in an external DLL.
Dynamic Automation object
A dynamic automation object is an automation object allocated upon request, during the program execution...
HFSQL in network mode on a server running Windows NT4, 2000, XP or 2003
The access speed to the data in network depends on several parameters (see the section......
JSONValid (Function)
Checks the validity of a JSON string.
INIWrite (Function)
Writes a specific value into an INI file (or into a file structured like an.INI file).
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......
Type inference
The type inference is used to simplify the declaration of variables when the variable type can be automatically deduced by the compiler......
How to create a menu?
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......
Mathematical SQL functions
The mathematical SQL functions that can be used on the queries written in SQL code are as follows......
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....
Consuming a web service
WINDEV Tutorial: Consuming a web service Consuming a web service - 10 min