ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

RETURN statement
The RETURN statement is used to exit a statement block and the current process (or procedure).
Compilation options (chm format)
ArrayIntersect (Function)
Returns an array corresponding to the intersection of two arrays.
ArrayUnion (Function)
Returns an array corresponding to the union of two arrays.
HSecurity (Function)
Enables or disables the automatic security mechanism on one or more data files.
MatError (Function)
Identifies the type of the last error caused by a Matxxx function (functions for matrix management).
Deserialize (Function)
Deserializes a buffer or a character string containing the data from a class, structure, array (including an associative array), queue, stack, list or advanced variable, as well as their subelements.
LooperInsertLine (Function)
Inserts a row into a Looper control.
WDStatistics: Using WDStatistics
WDStatistics can be used once the log files have been imported......
Delete (Reserved word)
The memory occupied by a dynamic object (array, class object, ...
StringToDate (Function)
Converts a date in character string format to a date in YYYYMMDD format.
FolderWeb (Function)
Returns the path of the directory containing: the images, the JavaScript files, the Java applet files, the other files accessible from the browser....
EndProgram (Function)
Ends the execution of the current program.
BufferToInteger (Function)
Extracts an integer from a binary buffer at a given position.
IsNumeric (Function)
Enables you to find out whether a variable or a control is: a numeric (integer, real, currency or numeric). a string that can be converted into numeric....
dCopy (Function)
Copies an image to another image.
Summary table: Managing the application directories according to the platform
ArrayShuffle (Function)
Shuffles the elements of a WLanguage array.
HRecNum (Function)
Returns: the number of the current record in the HFSQL data file. the number of the current record in the HFSQL view....
MemSeek (Function)
Seeks an element in a memory area: on the value added by MemAdd or on the value modified by MemModify, on the return value....
MemFound (Function)
Checks whether the sought element was found.
Word Processing constants
The following constants are used by the functions for managing the Word Processing control:...
FicEncryption (Property)
The FicEncryption property is used to set the encryption method of a data file.
NdxEncryption (Property)
The NdxEncryption property is used to configure the encryption method for the index (.NDX) file associated with the data file.
ArrayUnionAll (Function)
Returns an array corresponding to the union of two arrays (without deleting duplicates).