ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

FocusOnClick (Property)
The FocusOnClick property is used to: Determine if a control gains focus when clicked. Allow or prevent a control from gaining focus when clicked....
BTLECharacteristicReadValue (Function)
Reads the value of a characteristic on a Bluetooth Low Energy device.
SMS functions
List of SMS functions...
MarkdownToPDF (Function)
Converts a Markdown string (or buffer) to a buffer containing a PDF document.
EncryptStandard (Function)
Encrypts a character string or a binary buffer by using a symmetrical encryption algorithm (AES, DES, etc.)
<Kanban>.AddCard (Function)
Adds a card to a list in a Kanban control.
tapiCapability (Function)
Returns the characteristics of a telephony device.
<btleCharacteristic variable>.WriteValue (Function)
Writes a value to a characteristic on a Bluetooth Low Energy device.
<btleCharacteristic variable>.ReadValue (Function)
Reads the value of a characteristic on a Bluetooth Low Energy device.
<emailOutlookSession variable>.CurrentFolder (Function)
Returns the name of the current folder in the Outlook messaging software.
KanbanAddCard (Function)
Adds a card to a list in a Kanban control.
Camera control: decoding the bar codes (prefix syntax)
In iOS and Android, the bar codes can be decoded via the Camera control by BCCapture......
HExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
SMSDelete (Function)
Deletes an SMS message from the memory of the Android phone. This function should no longer be used.
EmailCurrentFolder (Function)
Returns the name of current folder in the messaging software (Outlook, messaging software using the IMAP protocol (Internet Message Access Protocol), ...).
SMSReset (Function)
Resets all variables of SMS structure.
SMSFirst (Function)
Reads the first SMS message stored on the Android phone.
SMSNext (Function)
Reads the following SMS message stored on the Android phone.
Assisted input in an edit control (prefix syntax)
Implementing input suggestions in an Edit control is very simple......
Project elements
The project includes windows, reports, queries, help files, sets of procedures, ......
Open document tabs
The document tabs allow you to navigate between the different elements opened in the different editors....
The Chart control
The "Chart" control is used to display a chart in windows, pages and reports......
InvalidInputPreventExit (Property)
The InvalidInputPreventExit property is used to determine if it is possible to leave the control in case of invalid input.
Environment of code editor