ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Events associated with Link controls
List of events associated with Link controls...
SchedulerDeleteAppointment (Function)
Deletes an appointment from a Scheduler control.
ToastDisplayIW (Function)
Opens a toast whose content is based on an internal window.
MatCopy (Function)
Creates the copy of a matrix.
TableSearchEverywhere (Function)
Searches for a value in all the columns of the following controls: Table control, TreeView Table control, Table control displayed in a Combo Box control....
OrganizerAddAppointment (Function)
Adds a new appointment to an Organizer control.
TotalNbRec (Property)
The TotalNbRec property is used to: Get the number of records to be printed. Change the number of records to be printed....
Handling a Pivot Table control through programming
A Pivot Table control can be handled through programming......
Contact (Type of variable)
The Contact type is used to define the advanced characteristics of a contact found in the phone book.
Result of a query in test mode
After its execution in test mode (see Running the query test), the result of the query can be......
Printing in Linux
WEBDEV and WINDEV allow you to print to PDF in Linux using WLanguage functions......
5. Swipe gestures in a window
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 5 - Swipe gestures in a window - 20 min
Events associated with the Map control
WINDEV, WINDEV Mobile and WEBDEV manage the following events by default (order of appearance in the code editor)...
Native Oracle Connector: Running the same query several times
In some cases, it may be useful to run the same query multiple times while modifying one or more parameters......
Manipulating the Chart controls at runtime (AAF)
The Chart controls allow the end user to perform several operations......
Organizer report
The report editor gives you the ability to create "Organizer" reports....
SchedulerAddAppointment (Function)
Adds a new appointment into a Scheduler control.
Movable (Property)
The Movable property is used to: Find out whether a table column can be moved by the user, Allow and/or forbid a table column to be moved by the user....
OrganizerDeleteAppointment (Function)
Deletes an appointment from an Organizer control.
Manipulating controls in a page
The different operations that can be performed on the page controls are as follows......
HOpenConnection (Example)
Usage example of the HOpenConnection function