ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Comparison operators
The comparison operators can be divided into several categories......
<List variable>.Info (Function)
Retrieves the characteristics of a WLanguage list: element types and number of elements.
<Queue variable>.Info (Function)
Retrieves the characteristics of a queue: types of elements and number of elements.
Scanner functions (prefix syntax)
The scanner functions are as follows:...
ListSelect (Function)
Returns the index of the selected element in a List Box, ListView or Combo Box control.
<Source>.OnError (Function)
Customizes the management of HFSQL errors.
fUncompress (Function)
Decompresses a file that was compressed by fCompress.
The Clickable Image control
The Clickable Image control can be used to......
ListInfo (Function)
Retrieves the characteristics of a WLanguage list: element types and number of elements.
zipSize (Function)
Returns the size of archive (in ZIP, RAR, CAB, WDZ or 7z format): the size of all compressed files found in the archive. the size of all files found in the archive before compression....
Scanner functions
The scanner functions are as follows:...
zipSelectFile (Function)
Selects files from an archive.
zipArchivedFile (Type of variable)
The zipArchivedFile type is used to handle a file found in an archive in one of the following formats: ZIP, CAB, RAR or WDZ or a file to add into an archive.
zipDeleteFileList (Function)
Deletes a list of files from an archive.
zipFindFile (Function)
Finds a file in an archive (in CAB, ZIP, RAR, WDZ or 7z format).
zipListFile (Function)
Returns the list of files found in an archive.
MyParameters (Reserved word)
The MyParameters keyword is used to handle the parameters passed to a WLanguage procedure...