ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

4. WEBDEV, WINDEV and WINDEV Mobile: fully compatible format
5. User Groupware in practice
<Source>.ExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
Storing files in Android
The file system on the devices running Android is divided into two main storage areas......
5. User Groupware in practice
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
SEO of a WEBDEV site
In order for your site to get visitors, the Web users must be able to find it......
Specific features of Android applications
The development of Android and WINDEV Mobile applications is different in the following fields......
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....
WEBDEV concepts
Universal Windows 10 App applications: Required configuration
To develop Universal Windows 10 App applications with WINDEV or WINDEV Mobile, you must......
Universal Windows 10 App: Deploying on the store
Your Universal Windows 10 App application is ready to be used......
Examples for using the OLE DB provider for HFSQL
The Combo Box control
The "Combo Box" control is used to display a list of elements and to select an element from this list......
User Groupware
A Windows application, an Internet or Intranet site require to define the role of different contributors......
ListSelect (Function)
Returns the index of the selected element in a List Box, ListView or Combo Box control.
ListMoveLine (Function)
Moves a row or swaps two rows in a List Box or Combo Box control.
ListModify (Function)
Modifies an element in a List Box, ListView or Combo Box control populated programmatically.
ListDisplay (Function)
Refreshes a List Box, ListView or Combo Box control based on a data file
ListSelectMinus (Function)
Deselects an element in a List Box, ListView or Combo Box control.
ListSelectCount (Function)
Returns the number of elements selected in a List Box, ListView or Combo Box control.
ListInsert (Function)
Inserts an element into a List Box, ListView or Combo Box control populated programmatically.
ListDelete (Function)
Deletes an element from a List Box, ListView or Combo Box control populated programmatically.
ListPosition (Function)
Displays a List Box or ListView control from a specified element or returns the index of the first element displayed in a List Box control (if the scrollbar was used).
ListDeleteAll (Function)
Clears a List Box, ListView or Combo Box control populated programmatically.