ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HDeleteFile (Function)
Deletes the HFSQL data files (.fic, .ndx, .ftx and .mmo files if they exist) from the server.
RoundCeil (Function)
Returns: the value rounded up to the nearest integer. the duration rounded up to the nearest interval. the date and time rounded up to the nearest interval....
NumberInWords (Function)
Converts a number to words.
SSH constants
The following constants are used to manage an SSH server:...
ParallelTaskExecuteAfter (Function)
Indicates a continuation parallel task that will be run when one of the specified parallel task is completed.
ParallelTaskExecuteAfterAll (Function)
Indicates a continuation parallel task that will be run when all the tasks found in an array of parallel tasks are ended.
STOP (Reserved word)
STOP is used to call the WLanguage debugger during a test in the editor...
"END:" label
The END: label is used to define a code that will be systematically run at the end of process execution.
DateDifference (Function)
Calculates the number of days between two dates.
MatStack (Function)
Compresses the memory footprint occupied by a matrix.
MatInvert (Function)
Calculates the inverse of a square matrix.
MatTranspose (Function)
Calculates the transposed matrix.
ArrayToCSV (Function)
Converts a one-dimensional array or a two-dimensional array into a character string in CSV format.
HAddGroup (Function)
Adds a group of users.
EmailSetTimeOut (Function)
Changes the value of the "timeout" for connecting to the SMTP, POP3 and IMAP messaging servers.
iPrintWord (Function)
Sends the character string passed in parameter to the print "buffer".
ArrayMoveLine (Function)
Allows you to: move a row in a two-dimensional array or in an advanced array property. The other array rows are moved accordingly. swap two rows in a two-dimensional array or in an advanced array property....
XMLDelete (Function)
Deletes the current element (as well as the entire branch) from an XML document.
fSeek (Function)
Gets and sets current position in an external file.
StatAverage (Function)
Calculates the arithmetic, geometric or harmonic mean for a series of values.
Val (Function)
Returns the numeric value of a character string.
StatMax (Function)
Calculates the maximum value for a series of values.
CharactType (Function)
Returns information about the type of character.
HOnServerCall (Function)
Customizes the management of message display on the client computer and the management of disconnection from a client computer.
StatMin (Function)
Calculates the minimum value for a series of values.