ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

zipOpenCAB (Example)
Usage example of the zipOpenCAB function
AAF: Automatic filter on the columns of Table controls
The user can filter the content of a Table control by displaying the records corresponding to a condition for example......
HConvertX (Function)
Converts a numeric value into a binary string in order to perform a search on a numeric key.
gpwRegisteredUsers (Function)
Returns the value that corresponds to "Registered users" according to the framework being used.
TraceDeleteAll (Function)
Clears the content of trace window opened in parallel with the current window.
6. Printing the product catalog
WINDEV Mobile Tutorial - Developing an Android and iOS application Lesson 6 - Printing the product catalog - 20 min
SQLLock (Function)
Used to lock: The entire data table, in read and write mode. Its data cannot be accessed by other computers. The records selected by the query. This data cannot be accessed by the other computers. This method can be used to update records for example....
LDAPMode (Function)
Modifies the operating mode of an LDAP session.
xlsOpen (Function)
Opens an Excel file (xls or xlsx files).
CacheSize (Property)
The CacheSize property is used to: Get the maximum number of records that can be stored in the cache of the Native MySQL Connector. Change the maximum number of records that can be stored in the cache of the Native MySQL Connector....
The Date edit control: Input or display masks
WINDEV, WINDEV Mobile and WEBDEV propose two types of masks......
NoSpace (Function)
Returns a string after removing the spaces: from the left and right side of the initial string. within the string....
Clickable (Property)
The Clickable property gets and sets the behavior of an Image control when it is clicked.
Errors while managing data files
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
Encrypt (Function)
Encrypts a character string in binary format or in ASCII format.
zipDeleteFileList (Function)
Deletes a list of files from an archive.
fLongPath (Function)
Returns the full long path of a file or directory.
HReadSeekLast (Function)
Sets the position on the last record whose value for a specific item is less than or equal to a sought value (exact-match search).
fShortPath (Function)
Returns the full short path of a file or directory.
Monitoring robot overview
WINDEV, WEBDEV and WINDEV Mobile include a monitoring robot......
SensorDetectChangeOrientation (Function)
Allows you to be notified when the orientation of the device changes on any one of its 3 axes.
Managing assertions
...The main available features are as follows:...
Handling Organization Chart controls programmatically
The Wire control
The Wire control is used to visually link 2 controls......
How to sort the result of a query?
This help page explains how to create a sort query with the query editor....