ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ParallelTaskExecuteAfterAll (Function)
Indicates a continuation parallel task that will be run when all the tasks found in an array of parallel tasks are ended.
Complete (Function)
Returns a character string of a specified length.
Automatic server update
The HFSQL Control Center is used to implement the automatic server update......
Size (Property)
The Size property is used to determine and change the size of an element.
Event (Example)
Usage example of the Event function
2. User-friendly editors in practice
User-friendly editors in practice...
DeleteLine (Function)
Deletes a line at a given position: from a two-dimensional array. from the advanced array property (array of gglCalendar events, etc.)....
ArrayToCSV (Function)
Converts a one-dimensional array or a two-dimensional array into a character string in CSV format.
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.
HExportXML (Function)
Exports the records found in a data file (HFSQL or OLE DB), view or query to an XML file.
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.
HDeleteFile (Function)
Deletes the HFSQL data files (.fic, .ndx, .ftx and .mmo files if they exist) from the server.
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.