ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

License agreement for Native Informix Connector
License agreement for Native Informix Connector...
SysScreenOrientation (Function)
Allows you to: get the screen orientation of the device (Android, iOS or Universal Windows phone). set the screen orientation of the device (Android phone)....
FOR EACH/FOR ALL statement (loop through files)
The FOR EACH statement is used to run different types of HFSQL loops...
HPrepareSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the database server in order to optimize the next executions of this query.
Native SQL Server Connector license agreement
Native SQL Server Connector (also known as Native SQL Server Access) license agreement...
License agreement for Native DB2 Connector
License agreement for Native DB2 Connector...
WLanguage procedure called by fCopyFile
WLanguage procedure ("callback") called by fCopyFile for each copied file.
License agreement for Native Progress Connector
License agreement for Native Progress Connector (also called Native Progress Access)...
License agreement for Native Sybase Connector
License agreement for Native Sybase Connector...
Constants for encryption/compression
List of constants used by the encryption/compression functions...
AFTER
Runs a process only after a given procedure has been executed, and continues to execute the current code while waiting for this procedure to end.
CaptionHTML (Property)
The CaptionHTML property is used to handle the text of a control as HTML code.
BurnerAddDirectory (Function)
Adds all the files found in a directory to the compilation.
ArrayToCSV (Function)
Converts a one-dimensional array or a two-dimensional array into a character string in CSV format.
Optional connection information
When defining the connections in the data model editor or when defining the connections through programming, you have the ability to specifier the optional connection information......
OpenIDParameters (Type of variable)
The OpenIDParameters type is used to define all the advanced features of an authentication for OpenID.
Using Kotlin code
Kotlin is a programming language mainly used for Android development......
ToastDisplay (Function)
Displays a "Toast" message.
Unavailable functions and properties
Some functions and properties have been removed from WLanguage......
Sub-query
A sub-query is a query whose result is used by another query......
TokenEnabled (Property)
The TokenEnabled property determines if an Edit control is a "Text token" Edit control.
FOR EACH/FOR ALL statement (loop through controls)
The statement FOR EACH is used to perform different types of browse on the controls (List Box, Table or Looper controls)...
Action Bar control events
Dynamic Automation object
A dynamic automation object is an automation object allocated upon request, during the program execution...
Using Java code
You can use Java code: in Java applications generated with WINDEV. in Android applications generated with WINDEV Mobile. This allows you to create global procedures in Java....