ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

String functions
List of functions for managing character strings...
Error 1060: Unable to call method without parameter: add ()
CheckAllTrue (Function)
Returns True if all the elements of an array are True.
CheckAllFalse (Function)
Returns True if all the elements of an array are False.
Error 24: No END statement is associated with this LOOP
CheckAnyTrue (Function)
Returns True if at least one element of an array is True.
CheckAnyFalse (Function)
Returns True if at least one element of an array is False.
<Array>.DeleteDuplicate (Function)
Deletes the duplicates from an array.
Looper constants
List of constants used by the functions for managing looper controls....
USBFind (Function)
Finds a USB device according to keywords.
Constants for managing the registry
List of constants used by the registry management functions....
Constants used by ExecutePresetAction
List of constants used by ExecutePresetAction....
Map (Function)
Executes a procedure on each element of a source array and returns the results in a WLanguage array.
XMLNext (Function)
Positions on the next element (tag or attribute).
USB constants
List of constants used by the USB functions....
WLanguage procedure called by fCopyDir
WLanguage procedure ("callback") called by fCopyDir for each copied file. This procedure is used to handle the current file.
Constants for managing drop-down menus
List of constants used by the functions for managing menus....
RowDetailsBinding (Property)
The RowDetailsBinding property allows you to identify and modify the data binding used to display the details of a row in a Table control based on a data file.
<Array>.Sum (Function)
Calculates the sum of the array elements.
<Array>.Mean (Function)
Calculates the mean of the values within an array.
Table,Modify (External language)
Modifies an element in a Table control.
HExportCSV (Function)
Exports the records found in a data file (HFSQL or OLE DB), a view or a query to a CSV file.
HActivateAutoFilter (Function)
Enables an automatic filter on the linked files when browsing an XML file.
HCheckIndex (Function)
Checks whether the data found in the index file (.NDX file) properly refers the data found in the data file (.FIC file).
Information 302: Ambiguity between a variable and a control