ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

emailIMAPSession (Variable type)
The emailIMAPSession type is used to access a messaging server by using the IMAP protocol (Internet Access Message Protocol) in order to retrieve the messages found on this server.
14. Distribute Reports and Queries with your applications
WINDEV Tutorial - Reports and Queries Distribute Reports and Queries with your applications - 10 min
HDeclare (Function)
Declares a description of table (found in a database schema) in the current project.
xlsSave (Function)
Saves an XLS document.
BTActivate (Function)
Enables or disables the management of Bluetooth on the device.
IWListNext (Function)
Displays the next internal window in the list of internal windows browsed by an Internal Window control.
IWListPrevious (Function)
Displays the previous internal window in the list of internal windows browsed by an Internal Window control.
SchedulerBackgroundColor (Function)
Sets a background color for a time period in a Scheduler control (time period corresponding to lunch time, a public holiday, etc.).
RecorderAction (Function)
Runs an action on the recorder or dictaphone found on the current device.
Anchor of overlaid controls (in a page)
WEBDEV allows you to define overlayable controls......
QuickAction (Variable type)
The QuickAction type allows you to define all the advanced characteristics of a quick action of an app on Android (app shortcut) or iOS (Quick Action).
Image drawing and processing functions
List of image drawing and processing functions...
BrowserName (Function)
Returns the name of the browser of the Web user ("user agent").
TwainToPDF (Function)
Allows: save the document coming from the Twain device in a PDF file. view the document coming from the Twain device in the user interface of device. save the document coming from the Twain device directly in memory in PDF format (in a buffer)....
2. My first window
WINDEV Tutorial: WINDEV overview Lesson 2 - My first window - 30 min
MatReadLine (Function)
Reads the value of all elements found in a matrix row.
Month (Property)
The Month property is used to: Retrieve the month from a Date or DateTime variable. Modify the month in a Date or DateTime variable. Retrieve the month from a Date item (in "Simple date" or "Date and Time" format) Modify the month in a Date item (in "Simple Date" or "Date and Time" format)...
HBuildKeyValue (Function)
Builds the value of a composite key to implement a filter (HFilter) or to perform a search (HReadSeekFirst, HReadSeekLast, etc.).
Database schema description window
The database schema description window includes all the characteristics and options of the current database schema......
Handling files on an FTP server
FTP (File Transfer Protocol) is a protocol for transferring files from one site to another......
API description (Variable type)
An API Description variable is used to describe an API, its parameters, its return value and its calling options programmatically.
TableModify (Function)
Modifies a row in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
Composite keys
A composite key is a key item containing several other items......