ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HTTPGetResult (Function)
Retrieves the result or the header of last HTTP request run.
HSetPosition (Function)
Sets the position on a record, based on the approximate position of one of its items.
HVersion (Function)
Used to find out: whether the content of a file was modified. whether the content of a file used by a query was modified....
Sensor functions
The following functions are used to manage the compass and the accelerometer in an application run on a mobile device (phone or tablet)....
ArrayToCSV (Function)
Converts a one-dimensional array or a two-dimensional array into a character string in CSV format.
Move (Function)
Allows: 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.)....
ArrayAddSorted (Function)
Adds an element to a one-dimensional WLanguage array taking into account: the sort criteria defined by ArraySort the comparison operator described in the class, if the elements of the array are class instances....
CompleteDir (Function)
Adds a backslash to the end of a string, if necessary.
STOP (Reserved word)
STOP is used to call the WLanguage debugger during a test in the editor...
NumberInWords (Function)
Converts a number to words.
ParallelTaskExecuteAfter (Function)
Indicates a continuation parallel task that will be run when one of the specified parallel task is completed.
ParallelTaskExecuteAfterOne (Function)
Indicates a continuation parallel task that will be run once the first task is completed in an array of parallel tasks.
CertificateCheckString (Function)
Checks the correspondence between a signature and a string.
Parameter of a procedure/function
You have the ability to pass parameters to a procedure....
HSetIntegrity (Function)
Enables or disables the management of an integrity constraint on a file link.
fTime (Function)
Returns or modifies the different times associated with a file or directory (date created, modified or accessed).
zipPassword (Function)
Defines the password used to add files to the specified archive and to extract files from the specified archive (RAR, ZIP and WDZ format).
EmailGetAll (Function)
Retrieves all the emails found on a server.
SQLTransaction (Function)
Begins, commits or rolls back a transaction: on the files of a database opened by SQLConnect, on the files of a database opened by a connection (OLE DB or Native Access/Native Connector) described in the data model editor or by HOpenConnection....
BeaconDetectPrecise (Function)
Used to find the Beacons near the device.
WDXView : Use
This help page presents the different features of WDXView......
HDelete (Function)
Deletes a record from a data file (query or view).
Project Management Hub: Time tracking
The time spent can be listed on......
Size (Property)
The Size property is used to determine and change the size of an element.
DeleteLine (Function)
Deletes a line at a given position: from a two-dimensional array. from the advanced array property (array of gglCalendar events, etc.)....