ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Class inheritance
The hierarchical organization in class and sub-class has allowed to create the notion of inheritance......
Developing applications for Android
WINDEV Mobile allows you to develop applications for the Android operating system......
Selection (Property)
The Selection property is used to get the characteristics of the selection (or cursor): in a Word Processing control. Remark: This selection is in the section being edited in the control (body, header or footer). in a Spreadsheet control. in an HTML Editor control. in a Diagram Editor control....
WLanguage procedure called by fTrackDirectory
WLanguage procedure ("callback") called by fTrackDirectory when a change is made to the tracked directory.
WLanguage procedure called by fTrackFile
WLanguage procedure ("callback") called by fTrackFile when a change is made to the tracked file.
Importing/Exporting a dictionary
WDTRAD allows you to import and export a dictionary......
Running the test of a static project
The test of the entire project allows simulating the startup of the site......
WLanguage procedure called by inAppListPurchase
Procedure ("Callback") called by inAppListPurchase when the list of purchases made is received.
DriveMoveDirectory (Function)
Move a directory and its contents to another directory on the same Drive (remote disk).
<Variable Drive>MoveDirectory (Function)
Move a directory and its contents to another directory on the same Drive (remote disk).
Spelling checker in the interface
WINDEV, WEBDEV and WINDEV Mobile allow you to use the OpenOffice spelling checker in your interfaces...
5. The following files are automatically created
Displaying a page in a WEBDEV site
Displaying a new page in a WEBDEV site can be done according to several methods......
Managing HBase databases
HBase is a non-relational (NoSQL) distributed database, based on columns and using non-structured storage for large tables......
Error 103: The type is unknown
Manipulating controls in a page
The different operations that can be performed on the page controls are as follows......
Handling a Logical Data Model (LDM)
The main operations that can be performed on an LDM are as follows......
Generating the analysis
The analysis generation comes before the programming phase and after the file description phase......
Control template
A control template is a set of controls that can be re-used in several windows or pages......
AAFExportParameter (Function)
Saves all customizations made via AAFs (Automatic Application Features) in a file.
diagSelection (Type of variable)
The diagSelection type is used to define all the advanced characteristics of a selection made in a diagram.
Restoring an HFSQL Client/Server database
A backup of a HFSQL Client/Server database can be restored at any time......
Providing an image per DPI
On mobile, when displaying images, each device has its own physical size and its own graphic resolution......
Managing pinned projects
The home window of WINDEV, WEBDEV and WINDEV Mobile allows you to manage the pinned projects when opening an existing project......
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, ......