ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SEO of a WEBDEV website
In order for your site to get visitors, the Web users must be able to find it......
Automatic data masking
Data masking is a process that transforms the data in an item that will be displayed to the user......
WEBDEV concepts
The Combo Box control
The "Combo Box" control is used to display a list of elements and to select an element from this list......
Examples for using the OLE DB provider for HFSQL
User Groupware
A Windows application, an Internet or Intranet site require to define the role of different contributors......
The TreeView control
The TreeView control is a tree structure used to simplify the display of information that can be represented hierarchically......
Deploying an 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....
ListSelect (Function)
Returns the index of the selected element in a List Box, ListView or Combo Box control.
TreeSelect (Function)
Returns the full path of the selected element in a TreeView control.
HDBIndex (Function)
Opens an xBase index file.
ListSelectCount (Function)
Returns the number of elements selected in a List Box, ListView or Combo Box control.
LooperSelect (Function)
Returns the index of the selected element in a Looper control.
ListModify (Function)
Modifies an element in a List Box, ListView or Combo Box control populated programmatically.
Using data from an external database
WINDEV Tutorial - External database Using data from an external database - 40 min
ListSelectMinus (Function)
Deselects an 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.
ListCount (Function)
Returns the number of elements in a List Box, ListView or Combo Box control.
ListDisplay (Function)
Refreshes a List Box, ListView or Combo Box control based on a data file
ListInsert (Function)
Inserts an element into 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).