ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The Rating control
The Rating control allows the user to: indicate the popularity level of an element via repeated icons. find out the popularity level of an element via repeated icons....
RTFSearch (Function)
Finds a character string in an RTF control (found in a window or in a report) or in a character string containing text in RTF.
MovementAPT (Property)
The MovementAPT property allows you to know and specify whether users can move appointments in a Scheduler or Organizer control.
<Window>.EdSelectPlus (Function)
Selects a control when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
AppointmentContinuous (Property)
The AppointmentContinuous property is used to determine or change how multiple-day appointments are displayed in a Scheduler control.
Optimizing the query execution
The query editor allows you to optimize the execution speed of one or more queries......
Associating an image with the elements of a TreeView control
The different methods for associating an image with the elements of a TreeView control....
Installing Android development tools
To develop Android applications with WINDEV Mobile, you must install......
4. Android and iOS windows
The UI (User Interface) of an application is mainly composed of windows....
Multi-touch support
A multitouch feature is a technique allowing the user to interact with a device via several contact points (the fingers are used in most cases)....
Managing the Unicode format in the HFSQL files
The analysis proposes two types of Unicode items......
Merging differences (SCM)
Importing an HTML page into a WEBDEV site
WEBDEV allows you "suck up" the existing HTML pages......
Code Editor control
The Code Editor control allows end users to write WLanguage code....
The Word Processing control
The "Word processing" control is an advanced control that allows the end user to create and edit documents in docx format......
Handling a TreeView control at runtime
When the TreeView control is in edit, the user can expand or collapse the different levels of the tree structure by clicking the treeview elements....
HFSQL error handling help
WINDEV, WEBDEV and WINDEV Mobile include a module for assisted management of HFSQL errors......
Signature of iOS applications
Signing an application is mandatory from Xcode 8......
DirectInputAPT (Property)
The DirectInputAPT property is used to determine and specify if the user can directly change the title of an appointment in a Scheduler or Organizer control.
TableCellSelectOccurrence (Function)
Returns the number of selected cells found in a Table control. This function is kept for backward compatibility. It is recommended to use TableSelectCount.