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.
grLabelFont (Function)
Modifies the font used for the category labels of a chart.
MutexCreate (Function)
Explicitly creates a mutex.
MutexStart (Function)
Locks the current thread while waiting for the mutex to be freed.
MutexEnd (Function)
Signals that the thread frees the mutex.
MutexDestroy (Function)
Explicitly destroys a mutex.
SQLGetTextMemo (Function)
Retrieves the content of a Text Memo column found in the query result, for the current line.
ListSelectPlus (Function)
Selects one or more elements in a List Box, ListView or Combo Box control.
HAddLink (Function)
Adds an integrity rule between two data files on the server.
gRectangle (Function)
Builds a sequence of characters used to draw a rectangle.
grAxisTitle (Function)
Defines the title of X-axis and the title of Y-axis in a chart.
The email structure
The email structure is a preset structure of WLanguage (no declaration is required)......
HSavePosition (Function)
Stores the current file context: current record, filter, pointers.
Move (Function)
Allows you to: 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.)....
EmailReadLastHeader (Function)
Reads the header of last incoming email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
EmailReadFirstHeader (Function)
Reads the header of the first incoming email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
EmailReadPreviousHeader (Function)
Reads the header of the email found before the current email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
HTTPSend (Function)
Sends an HTTP request and waits for the response from the HTTP server.
IntegerToDate (Function)
Converts an integer into a date in YYYYMMDD format.
HToItem (Function)
Assigns the specified value to an item of the current record.
HRetrieveRecord (Function)
Returns the content of the current record (in a file, a view or a query, ...).
RESTSend (Function)
Sends a REST request and waits for the server response.
ListAdd (Function)
Adds an element to a List Box, ListView or Combo Box control populated programmatically.
TableSelectToFile (Function)
Positions on the data file record corresponding to a row selected in the multiselection browsing Table control.
BankHolidayDeleteAll (Function)
Clears the list of all public holidays.