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.
HModifyUser (Function)
Modifies the information about a user according to the elements found in the corresponding variables for user management.
DateTimeUTCToLocal (Function)
Converts a UTC date and time to local time (time zone, summer time, winter time).
ArrayDeleteLine (Function)
Deletes a row at a given position: from a two-dimensional array. from the advanced array property (array of gglCalendar events, etc.) The array size is automatically reduced....
MouseCursor (Property)
The MouseCursor property is used to identify and change the hover cursor defined for a control, window or page.
ExeRun (Function)
Executes a program (an executable file, for example) from the current application.
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.
NumberInWords (Function)
Converts a number to words.
dbgError (Function)
Provokes: an assertion during the test of element or project (Go mode). an error in automated test mode....
ControlToSource (Function)
Assigns the control value to the source of a control link.
ParallelTaskExecuteAfter (Function)
Indicates a continuation parallel task that will be run when one of the specified parallel task is completed.
sComputeCrc32 (Function)
Calculates the Cyclical Redundancy Check (CRC) of buffer.
fMoveDir (Function)
Moves a directory and its content.
MatStack (Function)
Compresses the memory footprint occupied by a matrix.
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....
InfoBuild (Function)
Displays a custom message in a system information window.
SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable of the application.
fDecrypt (Function)
Decrypts a file that was encrypted by fCrypt.
SQLFirst (Function)
Positions on the first row of the query result.
sWrite (Function)
Writes a character string to the output buffer of the specified serial port, parallel port or infrared port.
SQLFetch (Function)
Goes to the next row (i.e next record) of the query result.
CSVToArray (Function)
Fills a one- or two-dimensional array of the specified type with the character string in CSV format passed in parameter.
HExecuteProcedure (Function)
Runs a stored procedure.
ArrayToString (Function)
Converts a one- or two-dimensional array to a character string.