ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ArrayToString (Function)
Converts a one- or two-dimensional array to a character string.
NameBrowserFile (Property)
The NameBrowserFile property gets the original name of the file to upload from the user's computer....
UploadStart (Function)
Starts sending the selected files into an Upload control.
EnumControl (Function)
Returns the name of Nth control found in the specified element.
Indirection operators
Operators { and operators } operators are used to access a field, variable, class member or table item by dynamically constructing the name of the field, variable, class member or item...
<Array>.Seek (Function)
Searches for the index of an element in a WLanguage array.
FolderWeb_15 (Function)
Caution: when migrating a project from WEBDEV 1.5 to WEBDEV 17: FolderWeb was replaced with FolderWeb_15. a warning is automatically generated in your project....
WDModFic: Tool for automatic modification of tables
WDModFic is a tool for automated modification of tables on development and end-user workstations......
Sort (Function)
Sorts a WLanguage array.
xlsNbColumn (Function)
Returns the number of columns found in a worksheet of an XLS file.
UploadDelete (Function)
Deletes a file from the list of files to upload: the file will not be uploaded on the server.
Handling an Upload control through programming
The Upload control is used to upload one or more files....
ArrayUnionAll (Function)
Returns an array corresponding to the union of two arrays (without deleting duplicates).
ArrayContain (Function)
Searches for an element in a WLanguage array. This new function is available from WINDEV Suite SaaS 2025 - Update 2....
Materialized view
...A materialized view is a physical data source defined by an SQL query....
HFSQL views
An HFSQL view corresponds to a "memory image" of an HFSQL data file......
The single-part and multi-part archives
Two types of archives are available......
ID (Property)
The ID property is used to get and change IDs.
String functions
List of functions for managing character strings...
ArrayToCSV (Function)
Converts a one-dimensional array or a two-dimensional array into a character string in CSV format.