ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

zipAddFileList (Function)
Adds a list of files (of any type) into an archive in ZIP, CAB, WDZ or 7z format and compresses it.
IWListAdd (Function)
Adds a new internal window to the list of internal windows browsed by an Internal Window control.
Compilation statement: COMPILE IF
The <COMPILE IF> statement allows you to compile (or not) a WLanguage code according to a condition.
Configuring a WINDEV SOAP server
WINDEV allows you to easily manage the SOAP protocol by allowing you to create......
Creating a WINDEV SOAP Server application
The SOAP Server application is an application containing all the procedures to run......
Table,Display (External language)
Refreshes the Table control.
Native xBase/FoxPro Access: Specific features and remarks
This help page presents the specific features regarding the programming of Native xBase/FoxPro Access......
Storing files in Android
The file system on the devices running Android is divided into two main storage areas......
HourGlass (Function)
Transforms the mouse cursor into hourglass (and conversely). In Android and iOS, displays an endless progress bar in a window....
Generating an application for Universal Windows 10 App
Native Oracle Connector: Specific features and remarks
Remarks and specific features of the Native Oracle Connector...
Color (Type of variable)
The Color type is used to define the advanced characteristics of a WLanguage color.
Functions for managing Google calendars (prefix syntax)
List of functions for managing Google calendars (prefix syntax)...
ExtendedInfo (Property)
The ExtendedInfo property is used to get additional information: about a data file accessed by a Native Connector or HFSQL Client/Server. about an item accessed by a Native Connector or HFSQL Client/Server. about a connection. In this case, this property is equivalent to CtExtendedInfo....
RegistrySetValue (Function)
Writes a value to a key in the Windows registry.
TableModifyColumn (Function)
Modifies a column in a horizontal Table control.
NullSupported (Property)
The NullSupported property is used to manage the NULL value in HFSQL tables.
WINDEV Mobile Framework License Agreement
How to add a new row to a Table control?
This help page explains how to add a row to a Table control programmatically....
OutlookStartSession (Function)
Allows you to access data handled by the Outlook messaging software (emails, contacts, groups of contacts, tasks, appointments and folders).
StringStartsWith (Function)
Checks whether a character string starts: with a specific character string. with one of the character strings in an array....
Downloading a report in PDF format on the computer of the Web user
To propose to download a report in PDF format on the computer of the Web user, you must......