ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SCM file format evolutions
Four versions are available for the SCM repository......
<redisConnection>.Subscribe (Function)
Subscribes to a Redis broadcast channel.
Toast functions
The TopMargin property sets the top margin of an element....
<Email variable>.BuildSource (Function)
Generates the source code of the email to send from an Email variable.
<redisConnection>.Get (Function)
Gets the value of a key from a Redis server as a string.
<WBAdminAuth variable>.ListAccount (Function)
Returns the list of WEBDEV accounts on a WEBDEV Application Server.
<fbSession variable>.Status (Function)
Checks the status of a Facebook session.
<JSON variable>.ToString (Function)
Converts the content of a JSON variable to a JSON string.
MemcachedDecrement (Function)
Decrements the value associated with a key. The key is created if it does not exist.
MemcachedModify (Function)
Modifies a key/value couple in the Memcached cache....
MemcachedDecrementKeyGroup (Function)
Decrements the value associated with a key on a group of servers.
MemcachedCAS (Function)
Modifies the value of a key if this one was not modified.
Info (Function)
Displays a custom message in a system information window.
EmailListFolder (Function)
Returns the list of folders: found in the Outlook messaging software. for an IMAP session....
DateToDay (Function)
Returns the day that corresponds to a given date.
DateToMonthInAlpha (Function)
Returns the name of the month that corresponds to a specified date.
BTLEGetAllCharacteristics (Function)
Retrieves all the characteristics (with the same identifier) associated with a BLE service.
<btleService variable>.GetAllCharacteristics (Function)
Retrieves all the characteristics with the same identifier associated with a Bluetooth Low Energy service.
DateToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date.
Specific features of Android applications
The development of Android and WINDEV Mobile applications is different in the following fields......
CertificateCheckFileSignatureBuffer (Function)
Checks the correspondence between a signature and a file. The signature was stored as a Buffer variable.
CertificateSignFile (Function)
Creates the signature of a file. This signature can be stored in a Buffer variable or in a text file.
COMCreateInstance (Function)
Instantiates a COM object (Component Object Model).