ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Rich text, links and images in the WEBDEV controls
Rich text supports multiple advanced features: font, weight, size, color, attribute, ......
EmailImportHTML (Function)
Imports, into the Email structure or into an Email variable, the content of an HTML file in order to send it by email.
Glossary
The glossary lists all the abbreviations used in the code editor......
DateToDay (Function)
Returns the day that corresponds to a given date.
FBSessionStatus (Function)
Checks the status of a Facebook session.
DateToMonthInAlpha (Function)
Returns the name of the month that corresponds to a specified date.
RedisUnsubscribe (Function)
Cancels a subscription to a Redis broadcast channel.
Events associated with Link controls
List of events associated with Link controls...
HInitSubscriber (Function)
Initializes the range of automatic identifiers for the description file of subscriber replica (".RPL" extension).
<btleService variable>.GetAllCharacteristics (Function)
Retrieves all the characteristics with the same identifier associated with a Bluetooth Low Energy service.
PDFClose (Function)
Closes the PDF file loaded in memory in a pdfDocument variable.
PDFOpen (Function)
Opens a PDF document and loads it in a pdfDocument variable.
ParallelTaskCancel (Function)
Immediately terminates execution of the current task: the task changes state to tpeCancelled.
Preparing the phone to test an Android application
WINDEV Mobile allows you to develop Android applications. To run the test of these applications on an Android phone, some operations must be performed ......
VibrationStop (Function)
Stops the vibrations of the device (even if they have been triggered by another application).
CertificateCheckFileSignatureBuffer (Function)
Checks the correspondence between a signature and a file. The signature was stored as a Buffer variable.
<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.
<Email variable>.BuildSource (Function)
Generates the source code of the email to send from an Email variable.
<mongoCollection variable>.ModifyOne (Function)
Modifies a document in a collection of MongoDB database.
<xmlDocument>.ToJSON (Function)
Converts an XML string to JSON.