ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

CheckUserIDentity (Function)
Allows you to check the real identity of the current user via biometrics check.
NoteTitle (Property)
The NoteTitle property is used to: Get the title of the notes used in the technical documentation of a control, window, page or report. Change the title of the notes used in the technical documentation of a control, window, page or report....
LooperModifyLine (Function)
Changes the values of the attributes in a row of a Looper control based on a data file or populated programmatically.
Binding a Combo Box control to an item
Serialize (Function)
Transforms the following elements into a specific format: a structure (and its subelements), a class (and its subelements), an array (including the associative arrays), a queue, a stack, a list....
NbThumbnail (Property)
The NbThumbnail property is used to get the number of thumbnails generated for an item.
Variant (Type of variable)
The Variant type is used to: store any simple value: boolean, numeric (Currency, Real, Integer, etc.), characters and character string, date (Date, Time, DateTime and Duration), ... store named or indexed subelements. store any complex value: structures, classes, advanced types, arrays, associative arrays, queues, stacks and lists. handle the NULL value in WLanguage. store interactions with ActiveX objects and Automation programming....
WDLog: Viewing a log file
WDLog is used to view the content of a log file......
EmailStatus (Function)
Returns the status of an email sent via an SMTP session started in asynchronous mode.
Managing Bluetooth Low Energy devices
The Bluetooth LE standard (for Low Energy) is used to manage devices with low energy consumption......
The List Box control
The List Box control is used to display a list of elements and to select one or more elements from this list......
ErrorOccurred (Variable)
ErrorOccurred is a preset variable of WLanguage indicating the result of the last WLanguage function used.
Content (Property)
The Content property is used to read or write the whole content of a control: List Box populated programmatically, Combo Box populated programmatically, Spreadsheet....
iEndPrinting (Function)
Signals the end of the document to print and actually starts printing the data stored in the printer spooler via the following functions: iPrint, iPrintImage, iNewLine, etc.
XMLRead (Function)
Returns the value of an XML element or the value of the attribute for an XML element.
HAddUser (Function)
Adds a user to a database.
iCreateFont (Function)
Creates a new print font.
Browser constants
Describing an element
A flexible modeling includes different elements linked together......
Count (Property)
The Count property returns the number of elements in a given set.
Telephony: Managing the incoming calls
The management of the incoming calls is performed in a specific "thread"....
AnchorRateWidth (Property)
The AnchorRateWidth property is used to: Find out the anchor rate when a control (or a table column) stretches on the horizontal axis. Modify the anchor rate when a control (or a table column) stretches on the horizontal axis....
Standard dialog boxes
The dialog boxes are standard windows that allow you to communicate with the user......
Thumbnail (Property)
The Thumbnail property is used to: get the value of an item thumbnail. This item was defined in the data model editor or through programming. get and change the image associated with a Thumbnail control....
XMLBuildString (Function)
Retrieves and formats the content of an XML document (created by XMLDocument and modified by the XML functions).