ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Map (Function)
Executes a procedure on each element of a source array and returns the results in a WLanguage array.
DecryptStandard (Function)
Decrypts a message that was encrypted with a symmetrical encryption algorithm (AES, DES, etc.).
Filter (Function)
Returns an array containing the elements of a source array for which a procedure returns True.
WLanguage procedure called by fListDirectory
Procedure ("Callback") called by fListFile for each file found.
WLanguage procedure called by fListFile
WLanguage procedure ("Callback") called by fListFile for each file found.
HTrackStop (Function)
Stops tracking a data file on an HFSQL server.
Euro constants
List of constants used by the functions for managing the Euro....
Constants for managing dialog boxes
List of constants used by the functions for managing dialog boxes...
Constants for sound management
List of constants used by the functions for sound management....
UTFConvert (Function)
Converts a string or buffer to the specified format: UTF, ANSI, Unicode.
10. Embedded queries
Constants used by the functions for managing Dockable Panel controls
DeleteVoiceCommand (Function)
Deletes a voice command that was added by AddVoiceCommand. From version 17, this function is replaced by SpeechRecognitionDeleteCommand.
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....
<Dashboard>.ResizeWidget (Function)
Changes the dimensions of a widget found in a Dashboard control.
<Dashboard>.MoveWidget (Function)
Changes the position of a widget found in a Dashboard control.
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.