ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Installing 64-bit WINDEV, WEBDEV or WINDEV Mobile
This chapter presents the configuration required to install WINDEV, WEBDEV or WINDEV Mobile in 64-bit mode...
Importing a WINDEV/WINDEV Mobile project and its elements
A WINDEV project and all its elements compatible with WINDEV Mobile (analysis, windows, classes, sets of procedures, queries, ...
Tutorial
A tutorial is delivered with WINDEV, WEBDEV and WINDEV Mobile...
(No title )
Execution platform
WINDEV Mobile allows you to develop applications for different families of products...
Easier navigation in the editors
The navigation in the editors is simplified by the presence of a new dynamic navigation bar, enabled by [CTRL] + [TAB]...
Multiselection (Property)
The Multiselection property gets and sets the selection mode: in a Table and TreeView Table control. in a Pivot Table control. in a List Box and ListView control. in a Looper control. in a Calendar control. of files in an Upload control....
Filter (Property)
The Filter property is used to identify and change the filter applied to records in: Table controls based on a data file, browsing TreeView Table controls, browsing List Box controls, Combo Box controls based on a data file, browsing Looper controls....
fExtractResource (Function)
Extracts a resource from the application into a physical device location.
HFirst (Function)
Sets the position on the first record of a data file according to the specified browse item.
WDAdminHF: Scheduled task
The remote HFSQL administrator is used to define the scheduled tasks......
Multiline strings
To type character strings over several lines in the code editor...
Looper control based on a data file
This type of Looper control uses data from a data file or query......
Creating a replication
To understand the operating mode of ReplicEdit, we are going to create a replication by using a simple example......
HOnError (Function)
Customizes the management of HFSQL errors.
<Window>.OpenMobileWindow (Function)
Opens a window in a mobile application.
Dynamic serving
"Dynamic serving" is a technique where the same address (URL) leads to 2 different pages......
Image (Property)
The Image property gets and sets the background image of a control or block.
Window with parameters
A window can: Receive parameters when it is opened. Return values when it is closed....
Parallax effect
"Parallax" effects make it possible to scroll the elements in the interface at different speeds......
ODBC driver for HFSQL Classic and for HFSQL Client/Server (Linux)
The ODBC driver for HFSQL Classic (single-user or multi-user) is used to access an HFSQL Classic database from an external database software that supports the accesses by ODBC......
The Check Box control
A Check Box can correspond to......
Deploying the application for iPhone/iPad
To be able to test and/or deploy the application on a device (iPhone or iPad), you must enroll in the iOS Developer Program....
Local procedure
Two types of procedures are available......
Events associated with the Map control
WINDEV, WINDEV Mobile and WEBDEV manage the following events by default (order of appearance in the code editor)...
Assisted universal replication: specific features
Operations performed on a data file (Data model editor)
The main operations that can be performed on a data file from the data model editor are as follows......
DialogAsynchronous (Function)
Displays a non-blocking message box and calls a WLanguage procedure with the value of the button clicked by the user.
Handling Native Container controls programmatically
The Native Container control returns an handle/identifier......
Pull to refresh (Android/iOS): Window, Table and Looper controls
The "Pull to refresh" feature allows the user to "pull" a Table control, a Looper control or a window in order to refresh its content......
The "Bubble" charts
A bubble chart shows the correlation between three variables via bubbles of different sizes: categories and values on the X and Y axes and an additional parameter. The size of the bubble indicates the value of this third parameter.