ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

zipCreate (Function)
Creates an archive.
Using ODBC on HFSQL Classic via JDBC
The ODBC driver on HFSQL Classic is used to access a HFSQL Classic database from an external database software that supports ODBC accesses......
Accessing a database via a web service
The database can be accessed via a web service......
FileToArray (Function)
Fills an array of classes or structures with the content of an HFSQL data file or query.
Delete (Reserved word)
The memory occupied by a dynamic object (array, class object, ...
grDestinationEMF (Function)
Defines a meta file as chart destination (EMF means Enhanced Meta File).
CONTINUE statement/"CONTINUE:" label
The CONTINUE keyword can correspond: to the CONTINUE instruction. It allows you to go back to the beginning of the first iteration without finishing the code of the current iteration. to the CONTINUE: label. It allows you to declare a common code in a loop....
WDZip: Creating or modifying an archive
This help page explains how to......
Opacity (Property)
The Opacity property is used to get and define the opacity percentage for a window, or for controls in a window or page.
How to populate a Table control programmatically?
This help page presents the different methods that can be used to populate a Table control programmatically....
SaaS administrator - Managing a client
Managing a SaaS client account is used to......
EmailMsgError (Function)
Returns the message corresponding to the error identifier.
WinStatus (Function)
Identifies or modifies the window status.
Burning a CD/DVD
Several WLanguage functions are used to burn the CDs or DVDs......
Unalterable (Property)
The Unalterable property is used to configure the unalterability of a data file: the data file cannot be modified; only additions can be made.
grDestinationBMP (Function)
Defines a BitMap file as destination of a chart (BMP means BitMap).
DisplayedItemImage (Property)
The DisplayedItemImage property is used to: Get the item that corresponds to the image displayed in a ListView control. Change the item that corresponds to the image displayed in a ListView control....
MyParameters (Reserved word)
The MyParameters keyword is used to handle the parameters passed to a WLanguage procedure...
grAddData (Function)
Adds a data into a chart.
SchedulerWorkingHour (Function)
Used to indicate the specific working hours per day in a Scheduler control.
LooperDelete (Function)
Deletes a row from a Looper control.
SCPSendFile (Function)
Transfers files via the Secure Copy Protocol.
SCPGetFile (Function)
Gets a file via the Secure Copy Protocol.
xBase files: Limits
XMLOpenReader (Example)
Usage example of XMLOpenReader