ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Importing a WINDEV window into a WEBDEV site
The Windows windows developed with WINDEV......
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....
MemcachedDelete(Function)
Deletes a key from the Memcached cache.
MQTT functions (prefix syntax)
The following functions are used to manage MQTT clients...
Permission constants
Renvoie une ou toutes les permissions déclarées par l'application....
<btleDevice>.Initialize (Function)
Initializes a Bluetooth Low Energy device in Windows.
WLanguageCodeGetCSSDeclarations( Function)
Returns the CSS style sheet corresponding to a theme in the WLanguage code.
Member (Property)
When used on Variant variables, the Member property is used to get the array of named elements.
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.
The Thumbnail control
The Thumbnail control is used to automatically manage the display of images in thumbnail format......
MapModifyMarker (Function)
Modifies a marker displayed in a Map control.
Value (Property)
The Value property is used to: Find out and modify the value of a report control. Find out and modify the value of a control or the title of a window. Find out the identifier of a stream. Find out and modify the value of a control or the title of a page....
MapDeleteMarker (Function)
Deletes a marker from a map displayed by a Map control.
Developing a SaaS site
A SaaS site is developed as a standard WEBDEV site. Some additional operations must be performed......
DateToString (Function)
Converts: a date to a string in the specified format. a date time to a string in the specified format....
ArrayAddSorted (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....
DocToText (Function)
Creates a character string from the data: found in a Word Processing control or in a Word Processing document. found in a paragraph of a Word Processing control....
<btleDevice variable>.Disconnect (Function)
Used to disconnect from a Bluetooth Low Energy device.
<Array>.Add (Function)
Adds an element in last position: of a one-dimensional WLanguage array. of an advanced array property (array of events of gglCalendar, etc.). from a WLanguage list....