ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Code snippets
The code editor allows you to enter "Code snippets"......
15. Repeating a group of controls: loopers
Image control: the supported formats
The supported image formats are as follows:...
Execution platform
WINDEV Mobile allows you to develop applications for different families of products......
Execute (External language)
Runs the code of a control or the code of a procedure in WLanguage.
tapiCompleteTransfer (Function)
Performs a call transfer (with ability to retrieve the call).
Notifications of an HFSQL server
A server may encounter problems without any user (or developer) noticing anything. For example: a scheduled task may fail, an automatic backup may fail, a node may become inactive in a HFSQL cluster, ......
OrganizerPosition (Function)
Displays an Organizer control from a specified date or returns the date of the first day (or the date of the last day) displayed in an Organizer control.
<Organizer>.Position (Function)
Displays an Organizer control from a specified date or returns the date of the first day (or the date of the last day) displayed in an Organizer control.
Time (Property)
The Time property enables you to: Retrieve the time from a DateTime variable. Modify the time in a DateTime variable. Retrieve the time from in a Date item (in "Date and Time" format) Modify the time in a Date item ("Date and Time" format)....
Card (Property)
The Card property handles the different cards associated with a Kanban list. You can add, modify or delete cards from Kanban list, or navigate between them.
Automatic calendar for the Date edit controls (AAF)
The Date edit control automatically propose a "Calendar" option in their popup menu....
InitialHeight (Property)
The InitialHeight property is used to: Find out the creation height of a control or window. Modify the base height used to anchor the controls "in height". Find out the creation height of a block or control in a report....
BCDecode (Function)
Decodes the information stored in a QR Code bar code.
How to include secure payment in a WEBDEV site?
This help page explains how to add a secure payment into a WEBDEV site......
MVP RAD
WINDEV proposes an MVP RAD that generates the "table" and "form" windows as well as the necessary Presenter and Model classes......
Before calling the Free Technical Support
The operations to perform before calling the Technical Support......
External language: Programming in C#
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
Managing threads
WINDEV and WINDEV Mobile propose several functions used to perform an advanced management of threads....
The "Context-sensitive code view" pane
The "Context-sensitive code view" pane allows you to view and edit the code of the element (window, page, report, control, etc....
Handling Bar Code controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle Bar Code controls......
Telephony: Managing the incoming calls
The management of the incoming calls is performed in a specific "thread"....
The structure of the RAD patterns (kept for backward compatibility)
...The RAD pattern files (MDL files) are used to describe:...
LastDayOfWeek (Function)
Returns the date of the last day of the week corresponding to a given date.
Creating a combining query
A combining query (corresponding SQL statement: UNION) ......