ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

CSVToArray (Function)
Fills a one- or two-dimensional array of the specified type with the character string in CSV format passed in parameter.
InfoBuild (Function)
Displays a custom message in a system information window.
Sort (Function)
Sorts a WLanguage array.
DeleteAll (Function)
Deletes all elements: from a one-dimensional or two-dimensional WLanguage array. from an associative array. from an advanced array property (array of gglCalendar events, etc.). from a WLanguage queue. from a WLanguage stack. from a WLanguage list....
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.
HOpen (Function)
Opens a table.
ThreadWaitSignal (Example)
Usage example of the ThreadWaitSignal function
ArrayToString (Function)
Converts a one- or two-dimensional array to a character string.
StatSum (Function)
Calculates the sum for a series of values.
HExecuteProcedure (Function)
Runs a stored procedure.
TableSwapLine (Function)
Swaps: two rows in a Table control populated programmatically. two branches in a Treeview Table control populated programmatically....
ParallelTaskExecuteAfterOne (Function)
Indicates a continuation parallel task that will be run once the first task is completed in an array of parallel tasks.
Class (Property)
The Class property is used to get the actual type of the class instance handled by an object, variant or dynamic object variable.
fAttributeReadOnly (Function)
Gets and sets the read-only attribute of a file.
ArrayMove (Function)
Allows you to: move an element in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.). The other array elements are moved accordingly. swap two elements in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.)....
HSendMessageToClient (Function)
Displays a message on the client computers.
ArrayDistinct (Function)
Returns an array without duplicates.
StatAverageDeviation (Function)
Calculates the average deviation of values in relation to their arithmetic mean.
SQLGetTextMemo (Function)
Retrieves the content of a Text Memo column found in the query result, for the current line.