ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<WBAdminAuth variable>.ListAccount (Function)
Returns the list of WEBDEV accounts on a WEBDEV Application Server.
<Image>.Resize (Function)
Resizes an image in an Image control.
CertificateSignFile (Function)
Creates the signature of a file. This signature can be stored in a Buffer variable or in a text file.
<Image>.AlphaBlend (Function)
Blends two images together. This allows you to create fade-in effects between 2 images.
<redisConnection>.Set (Function)
Changes the value of a key on a Redis server.
<mqttSession variable>.Disconnect (Function)
Allows you to disconnect from a MQTT server (also called "Broker").
<mqttSession variable>.Publish (Function)
Publishes a message on the MQTT broker.
<mqttSession variable>.Connect (Function)
Used to connect to a MQTT server (also called "Broker").
HTTPSendForm (Function)
Sends an HTTP form.
PersistedCalculatedItem (Property)
The PersistedCalculatedItem property is used to: Find out whether the value of a calculated item is stored in the table. This item was defined in the data model editor or programmatically. Define whether the value of a calculated item is stored in the table (when describing the item through programming)....
CalculatedItemExpression (Property)
The CalculatedItemExpression property is used to: Find out the SQL expression that defines the value of a calculated item. This item was defined in the data model editor or programmatically. Define the SQL expression returning the value of a calculated item (when describing the item through programming)....
Manipulating Organizer controls programmatically
Organizer controls can be manipulated programmatically....
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.
EmailListFolder (Function)
Returns the list of folders: found in the Outlook messaging software. for an IMAP session....
BankHolidayAdd (Function)
Indicates that a day (or a list of days) is a public holiday.
CertificateCheckFileSignatureBuffer (Function)
Checks the correspondence between a signature and a file. The signature was stored as a Buffer variable.
CurrentYear (Function)
Returns the current year in integer format.
COMCreateInstance (Function)
Instantiates a COM object (Component Object Model).
LastDayOfWeek (Function)
Returns the date of the last day of the week corresponding to a given date.
<TimeLine>.AddEvent (Function)
Adds an event into a TimeLine control.
<Map>.InfoPosition (Function)
Returns the coordinates (in pixels) of the point corresponding to a geographical position (latitude and longitude).
<Email variable>.ImportHTML (Function)
Imports, into the Email structure or into an Email variable, the content of an HTML file in order to send it by email.