ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

FTPGet (Function)
Transfers a file or directory from an FTP (File Transfer Protocol) server to the current computer.
XMLModify (Function)
Modifies the content of the current element found in the XML document.
HExecuteSQLQueryAsynchronous (Function)
Executes an SQL query asynchronously.
User Groupware (WINDEV and WEBDEV): Options and settings
An application is often intended to be used by several users connected via a network......
ArrayAdd (Function)
Adds an element in last position: of a one-dimensional WLanguage array. of an advanced array property (array of events of gglCalendar, etc.). of a WLanguage list....
Character strings
WLanguage supports different types of strings....
Use (Function)
Opens a WINDEV window and closes all the other windows that were opened beforehand.
ArrayReverse (Function)
Reverses the content of a one-dimensional array.
DeleteAll (Function)
Deletes all the 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....
TableDeleteSelect (Function)
Deletes the selected rows from a Table or Treeview Table control.
TextToHTML (Function)
Converts text to HTML (carriage returns are replaced by <BR>, accented characters are replaced by their equivalent in HTML, etc.).
SexagesimalToDecimal (Function)
Returns the decimal angle corresponding to a sexagesimal angle.
XMLToText (Function)
Converts a character string in XML format into a standard character string.
Table control based on a variable
A Table control based on a variable is a Table control whose columns are bound to the elements of an Array variable, to the members of a class or to the elements of an advanced variable (e.g., xlsDocument)......
HExtractMemo (Function)
Extracts the content of a binary memo item from an HFSQL file, a query or an HFSQL view to a physical file (on disk).
Delete (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....
iEndPrinting (Function)
Signals the end of the document to print and actually starts printing the data stored in the printer spooler via the following functions: iPrint, iPrintImage, iNewLine, etc.
LooperAdd (Function)
Adds a row at the end of a Looper control.
SessionHeartBeatEnable (Function)
Enables or disables the "heartbeat" of the current session.
StoredValue (Property)
The StoredValue property gets and sets the stored value of an element.
SeekByProcedure (Function)
Seeks an element in a one-dimensional array by using a comparison procedure.