ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

iPrintWord (Function)
Sends the character string passed in parameter to the print buffer.
EmailRemoveFolder (Function)
Deletes a folder from the Outlook messaging software or from an IMAP server.
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....
ThreadPause (Function)
Pauses the current thread during the specified duration.
iPageNum (Function)
Returns or initializes the number of the page currently printed.
XMLSavePosition (Function)
Stores the current position in the XML document.
HExportXML (Function)
Exports the records found in a data file (HFSQL or OLE DB), view or query to an XML file.
Complete (Function)
Returns a character string of a specified length.
ArrayUnionAll (Function)
Returns an array corresponding to the union of two arrays (without deleting duplicates). Warning: This feature is only available from WINDEV Suite SaaS 2025 Update 2. For more details, see Use the new features of WINDEV Suite SaaS 2025....
HListLink (Function)
Returns the list of table bindings (Merise type) present: in the current database schema, in ongoing database schemas (projects with multiple database schemas). in a specific database schema....
fCompare (Function)
Compares the content of two files bit by bit.
SocketWaitForConnection (Function)
Run on the server, this function is used to wait for a connection request coming from the client sockets.
InputType (Property)
The TypeSaisie property lets you know or modify the type of input allowed by a field: Duration, Date, Numerical, ...
ParallelTaskExecuteAfterAll (Function)
Indicates a continuation parallel task that will be run when all the tasks found in an array of parallel tasks are ended.
StatCovariance (Function)
Calculates the covariance between two series of values.
XMLFind (Function)
Performs a search in an XML document.
Handle (Function)
Returns the system "Handle" (HWND) of a WINDEV control or window.
EmailSetTimeOut (Function)
Changes the value of the "timeout" for connecting to the SMTP, POP3 and IMAP messaging servers.
SQLGetMemo (Function)
Retrieves the content of a Memo column from the query result, for the current row.
CertificateCheckString (Function)
Checks the correspondence between a signature and a string.
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....
HTTPProgressBar (Function)
Displays a progress bar when: receiving the response to an HTTP request. sending an HTTP form (HTTPSendForm) or an HTTP query....