ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WithInput (Property)
The WithInput property determines if a Combo Box control supports data input, and enables or disables this behavior.
REST Webservices: Automatic deserialization of request
In a REST Webservice, an entry point can have several types......
Events associated with Button controls
List of events associated with Button controls...
TimelineDeleteEvent (Function)
Deletes an event from a TimeLine control.
Printing a report (iPhone/iPad, Android or Universal Windows App)
When creating a report, the test of this report can be run from the report editor......
Sequence of events associated with reports
Several operations are performed when printing a report. These operations are performed in the following order......
Telephony: Managing the outgoing calls
To manage the outgoing calls in a WINDEV or WINDEV Mobile application......
WDMap: Characteristics of the files found in a database
WDMap is used to get various characteristics specific to......
Conditions for using the Ad control
The Ad control is using the AdMob SDK....
HFSQL constants
List of constants used by the HFSQL functions....
GDPR: an audit of data
A new GDPR audit is available to easily identify and monitor personal data in a WINDEV, WEBDEV or WINDEV Mobile application......
Unicode (Property)
The Unicode property is used to: Determine if the value of a control is a Unicode string. Specify whether the value of a control is a Unicode string....
7. Sending an email
WINDEV Tutorial: WINDEV application: Managing data Lesson 7 - Sending an email - 20 min
PageEndStick (Property)
The PageEndStick property is used to: Determine the page footer should be right below the last block. Change the page footer block options....
Checked (Property)
The Checked property gets and sets the checkmark state of an element.
ListSelectCount (Function)
Returns the number of elements selected in a List Box, ListView or Combo Box control.
FileToMemoryList (Function)
Populates a List Box or Combo Box control programmatically with the records from a data file or query.
BitwiseNOT (Function)
Returns the result of the bitwise logical NOT operation of a value.
AnchorRateBottom (Property)
The AnchorRateBottom property is used to: Find out the anchor rate when a control moves on the vertical axis. Modify the anchor rate when a control moves on the vertical axis....
SetFocus (Function)
Set focus: to a control (found in a window, in a page or in a frameset). to a window....
Thread management functions
List of functions for managing threads...
"Is Class" operator
The "is <Class>" operator is used to find out whether the object used in an object of the class (or an object of one of its derived classes)...
Multiline strings
To type character strings over several lines in the code editor...
Docker image of the HFSQL server
From version 22, a Docker container with the HFSQL server is available in Docker Hub......
7. Multilingual applications in practice