ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Creating a WINDEV application for Linux
WINDEV allows you to create native 64-bit Linux executables. Their UI is developed with the window editor....
<Toast>.Display (Function)
Displays a "Toast" message.
<Array>.Add (Function)
Adds an element in last position: of a one-dimensional WLanguage array. of an advanced array property (array of gglCalendar events, ...). from a WLanguage list....
<Array>.AddLine (Function)
Adds a row at the end: of a one- or two-dimensional WLanguage array. of an advanced two-dimensional array property (xlsDocument, etc.)....
<xmlDocument variable>.ExecuteXPath (Function)
Executes an XPATH query in an xmlDocument variable.
DriveUploadFile (Function)
Uploads a local file to a remote drive.
<emailIMAPSession variable>.AddFolder (Function)
Adds a folder into the messaging software using IMAP (Internet Message Access Protocol), ...
<Array>.AddSorted (Function)
Adds an element to a one-dimensional WLanguage array taking into account: the sort criteria defined by ArraySort the comparison operator described in the class, if the elements of the array are class instances....
<Document variable>.ToText (Function)
Creates a character string with the data of a Document variable.
<docFragment variable>.Add (Function)
Adds an element, text or image at the end of a docFragment variable.
ThreadExecute (Function)
Starts the execution of a secondary thread.
<mongoGridFS variable>.SendFile (Function)
Copies a file from the local computer to a MongoDB file system (gridFS).
Using the Google Maps service
The Google Maps service is an Internet mapping software proposed by Google......
grAddTimeData (Function)
Adds data at a precise moment in a time chart.
<Image>.Font (Function)
Declares the font that will be used by dTexte in an Image control.
MapModifyMarker (Function)
Modifies a marker displayed in a Map control.
Member (Property)
When used on Variant variables, the Member property is used to get the array of named elements.
NetListIPAddress (Function)
Returns the list of IP addresses (Internet Protocol) for a computer.
SystemIntegerToInteger (Function)
Converts a system integer to a 4-byte integer.
URIGetInfo (Function)
Retrieves information of a URI resource.
GetUUID256 (Function)
Calculates a 256-bit Universal unique identifier ("UUID").
MemcachedAdd (Function)
Adds a new key/value couple into the Memcached cache....
MemcachedAssign (Function)
Modifies a key/value couple in the Memcached cache: If the key exists, the value is modified. If the key does not exist, the key/value couple is added....