ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Managing contacts (mobile devices)
In your mobile applications, you have the ability to directly manage the contacts of your mobile device (Android, iPhone, iPad, Universal Windows)....
Flexbox example: ratios to distribute available space among controls
In a flexbox container, you can define ratios for the different controls so that they take up a given amount of space......
KeySize (Property)
The KeySize property is used to set the characteristics of a text memo key item.
DateToMonthInAlpha (Function)
Returns the name of the month that corresponds to a specified date.
WDStatistics: Importing log files
To view the statistics about the site traffic with WDStatistics, the log files must be imported onto the current computer......
Appendix 3: Configuration file
Bloque entièrement ou partiellement un fichier externe....
Customizing the display of an Organization Chart control
To customize the interface of an Organization Chart control, you must use specific internal windows....
ContactAdd (Function)
Adds a contact: in a Lotus Notes or Outlook address book. into the list of contacts on the device (Android, iPhone or iPad, Universal Windows)....
DocToImage (Function)
Exports a page found in a Word Processing document in image format.
<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.
<xmlDocument variable>.ExecuteXPath (Function)
Executes an XPATH query in an xmlDocument variable.
<mongoGridFS variable>.SendFile (Function)
Copies a file from the local computer to a MongoDB file system (gridFS).
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.
MemcachedDeleteKeyGroup (Function)
Deletes a key from the Memcached cache on a group of servers.
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.
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)......
NoteDelete (Function)
Deletes a repositionable note found in the current window.
NoteSaveAll (Function)
Saves the repositionable notes of the current window in a file.
NoteLoadAll (Function)
Imports and displays the repositionable notes of the current window saved beforehand by NoteSaveAll.
DecryptStandard (Function)
Decrypts a message that was encrypted with a symmetrical encryption algorithm (AES, DES, etc.).