ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

FOR statement
The statement block is repeated while a control variable is modified and compared to a limit value (before each beginning of statement block)...
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.
Dynamic Automation object
A dynamic automation object is an automation object allocated upon request, during the program execution...
OpenPopupAsynchronous (Function)
Opens a popup window whose result will be retrieved via a WLanguage procedure ("callback").
URLEncode (Function)
Encodes a URL with a sub-set of ASCII characters.
ArrayCopy (Function)
Copies the content of an array to another array.
HExecuteSQLQueryAsynchronous (Function)
Executes an SQL query asynchronously.
Automated tests on an executable
WINDEV proposes to run the different project tests directly on the corresponding executable......
TimerSys (Function)
Periodically and automatically calls a WLanguage procedure.
Filtering the headers and the content of a Pivot Table
By default, the entire data found in the data files is taken into account when calculating the content of a Pivot Table control......
Creating the menus for the windows of the WINDEV RAD pattern
GPSLastPosition (Function)
Retrieves the information about the last known device position.
Telemetry: Method used to send data
Telemetry data is sent to the server regularly and is processed by the server every 2 hours......
SQLTransaction (Function)
Begins, commits or rolls back a transaction: on the files of a database opened by SQLConnect, on the files of a database opened by a connection (OLE DB or Native Access/Native Connector) described in the data model editor or by HOpenConnection....
SocketCreate (Function)
Creates a socket.
fWrite (Function)
Writes: a character string into an external file. a memory section....
FTPDateTime (Function)
Returns the different dates and times (creation, modification or access) associated with a file found on an FTP server (File Transfer Protocol).
LINUX: Accessing the ODBC databases
The native access to HFSQL Classic and Client/Server is available for the WINDEV applications running in Linux ("console" applications) and for the WEBDEV sites hosted in Linux......
2. Application development cycle
WINDEV Mobile covers the entire application development cycle...
dbgSaveDebugDump (Function)
Saves a dump file of the application.
Connection (Type of variable)
The Connection type is used to describe one or more connections to external databases (HFSQL Client/Server, Native Connector, etc....
Managing sockets with WINDEV, WEBDEV and WINDEV Mobile
WINDEV, WEBDEV and WINDEV Mobile include several functions allowing you to perform an advanced management of sockets......
Constants for manging the replication
List of constants used by the functions for managing the replication....
gImage (Function)
Builds a sequence of characters containing an image.
NumToString (Function)
Converts a numeric value (integer, real or currency) to a string according to a specified format.