ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ArrayToString (Function)
Converts a one- or two-dimensional array to a character string.
fDelete (Function)
Deletes a file accessible from the current computer.
XMLNamespaceURI (Function)
Returns the URI of the namespace associated with the current tag in an XML document.
MatNbColumn (Function)
Returns the number of columns found in a matrix.
MatNbLine (Function)
Returns the number of rows found in a matrix.
WDTrans: Cancel the operations performed on a transaction file
If a transaction is in progress, cancels all operations performed on the files in transaction since the start of transaction......
SexagesimalToDecimal (Function)
Returns the decimal angle corresponding to a sexagesimal angle.
Timer (Function)
Periodically and automatically calls a WLanguage procedure.
2. Application development cycle
WINDEV Mobile covers the entire application development cycle...
HFilterIncludedBetween (Function)
Defines and enables an "Included between" filter on a file, view or query.
fSaveText (Function)
Creates and fills a text file with the content of a text control or text variable (string variable, edit control in a window, Static control in a report, ...).
ArrayDelete (Function)
Deletes an element at a given position: from a one-dimensional WLanguage array. from an advanced array property (array of gglCalendar events, etc.). from an associative array. from a WLanguage list....
InMilliseconds (Property)
The InMilliseconds property is used to convert a Duration variable to milliseconds.
EmailStartOutlookSession (Function)
Allows you to access data handled by the Outlook messaging software (emails, contacts, groups of contacts, tasks, appointments and folders).
Automatic management of exceptions
The management of exceptions can be customized by process......
LanguageToName (Function)
Returns the name of a language.
Project image gallery
The project image gallery allows viewing all the images of a project in a single click......
zipFindFile (Example)
Usage example of the zipFindFile function
Truncate (Function)
Truncates the right part of a string or buffer.
Page Header block
The Page header block is printed on each new page......
dbgEnableAssert (Function)
Enables or disables the assertive programming.
ArrayDeleteAll (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....
Handling files on an FTP server
FTP (File Transfer Protocol) is a protocol for transferring files from one site to another......
VariantToJSON (Function)
Converts the content of a Variant variable to JSON.
NoLeftCharacter (Function)
Returns a string after removing the specified characters from the left side of the initial string.