ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SexagesimalToDecimal (Function)
Returns the decimal angle corresponding to a sexagesimal angle.
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....
TablePosition (Function)
Displays a Table or TreeView Table control from a specified row or returns the index of the first row displayed in a Table or TreeView Table control.
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.
FTPGet (Function)
Transfers a file or directory from an FTP (File Transfer Protocol) server to the current computer.
Timer (Function)
Periodically and automatically calls a WLanguage procedure.
HExecuteSQLQueryAsynchronous (Function)
Executes an SQL query asynchronously.
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.
gLink (Function)
Adds an "invisible" value to an element of a List or Combo Box control. Function kept for compatibility. It is recommended to use gStoredValue....
InitialValue (Property)
The InitialValue property is used to get the initial value of a control in a window or page.
SeekByProcedure (Function)
Seeks an element in a one-dimensional array by using a comparison procedure.