ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Tutorial
A tutorial is supplied with WINDEV, WEBDEV and WINDEV Mobile......
22 tips for optimizing the speed of a site
When a site is on-lined, one of the main expectations of Web users is speed......
Binding a Combo Box control to an item
WDBal messaging: Overview
WDBal is a secure messaging, included in WINDEV, WEBDEV and WINDEV Mobile......
tapiCompleteTransfer (Function)
Performs a call transfer (with ability to retrieve the call).
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.
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)....
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......
How to include secure payment in a WEBDEV site?
This help page explains how to add a secure payment into a WEBDEV site......
<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.
Telephony: Managing the incoming calls
The management of the incoming calls is performed in a specific "thread"....
Before calling the Free Technical Support
The operations to perform before calling the Technical Support......
Handling a TreeMap through programming
WINDEV allows you handle a TreeMap control through programming....
How to create a menu?
Parameters of a procedure with a variable number of parameters
When the procedure uses a variable number of parameters, you must be able to handle the different parameters passed to the function in the code of the procedure....
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.
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....
Automatic calendar for the Date edit controls (AAF)
The Date edit control automatically propose a "Calendar" option in their popup menu....
LastDayOfWeek (Function)
Returns the date of the last day of the week corresponding to a given date.
Yesterday (Function)
Returns the date of the day preceding the current day or a given date.
Tomorrow (Function)
Returns the date of the day following the current day or a given date.
IntegerToMonthInAlpha (Function)
Returns the name of the month that corresponds to the specified date (this date is an integer).
4. When to use the debugger?