ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<ANSI String type>.Right (Function)
Extracts the right part (i.e., the last characters) from a string or buffer.
<Table>.FilteredColumn (Function)
Returns the list of columns filtered by the user in a Table or TreeView Table control.
<TreeView Table>.ListChild (Function)
Lists the "children" of a node and the "child" elements of these "children" in a TreeView Table control.
<mongoGridFS variable>.ListFile (Function)
Retrieves the list of MongoDB files found in the MongoDB file system (gridFS).
<HTML editor>.Insert (Function)
Inserts text or HTML code at the cursor position in an HTML Editor control.
<Source>.Last (Function)
Sets the position on the last record of a data file according to a browse item.
<Source>.ReadLast (Function)
Sets the position on the last record of a data file according to a browse item.
<Source>.ReadNext (Function)
Sets the position on the next data file record according to a browse item.
<Connection variable>.ListTask (Function)
Lists the scheduled tasks of an HFSQL Client/Server server for a given connection....
FontList (Function)
Returns the list of valid fonts installed on the current computer (TrueType, Postscript, ...).
FinError (Function)
Returns the number of the last error caused by a Finxxx function (financial functions).
DocPositionTopPage (Function)
Returns the position of the first character in a given page in a Text Processing control.
<List Box>.DeleteAll (Function)
Clears a List Box, ListView or Combo Box control populated programmatically.
<Connection variable>.RetrieveLog (Function)
Creates a text file containing the server logs between two given dates.
<Source>.Next (Function)
Sets the position on the next data file record according to a browse item.
<Gantt chart>.ListLink (Function)
Lists the links in a Gantt Chart column in a Table or TreeView Table control.
Watermark (Type of variable)
The Watermark type is used to handle the text printed in watermark in the reports created with the report editor or through programming.
EmulateMenu (Function)
Emulates the next menu that will be opened and automatically runs the menu option passed as parameter.
Compression / encryption functions
Encryption and compression functions...
URIToBuffer (Function)
Loads in the background the content of a resource (image, text, etc.) identified by its URI in a buffer variable.
Timeout (Property)
The Timeout property is used to get and change the time after which the connection is considered to have "failed".
Managing emails with "Simple MAPI"
Simple MAPI simplifies the management of emails received by the hosting company......
CertificateSignFile (Function)
Creates the signature of a file. This signature can be stored in a Buffer variable or in a text file.
OpenAPIToHTTP (Function)
Builds the HTTP request to call a function of an API. It can then be sent using HTTPSend.
fSelectDir (Function)
Opens a directory picker.