ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

2. Searching and iterating over records
WINDEV Tutorial: WINDEV application: Managing data Lesson 2 - Searching and iterating over records - 30 min
ListModify (Function)
Modifies an element in a List Box, ListView or Combo Box control populated programmatically.
ListAdd (Function)
Adds an element to a List Box, ListView or Combo Box control populated programmatically.
CaseSensitive (Property)
The CaseSensitive property is used to determine if the different searches performed on the item distinguish between uppercase and lowercase characters (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).
Filter (Function)
Returns an array containing the elements of a source array for which a procedure returns True.
Characteristics of the columns in a Table control in a window
The columns are used to display information in a Table control......
HOpenAnalysis (Function)
Opens a database schema in HFSQL Classic format.
1. Discover WINDEV
WINDEV Tutorial: WINDEV overview Lesson 1 - Discover WINDEV - 5 min
Spreadsheet control in a window
The spreadsheet is one of the most often used business tools. The Spreadsheet control is used to include a spreadsheet in your WINDEV windows....
3. Multi-criteria search
WINDEV Tutorial: WINDEV application: Managing data Lesson 3 - Multi-criteria search - 40 min
Appointment (Type of variable)
The Appointment type is used to define the advanced characteristics of an appointment: time, location, ...
<Array>.Apply (Function)
Executes a procedure for each element of a WLanguage array.
7. Consuming a web service
WINDEV Mobile tutorial: Developing an Android and iOS application Lesson 7 - Consuming a web service - 10 min
SQLInfo (Function)
Initializes the different SQL variables with information relative to the last query run.
iDestination (Function)
Configures the print destination.
GPSFollowMovement (Function)
Requests to be notified periodically of the device's current location....
Scheduler control: Customize appointments
In the Scheduler control, the appointment is displayed in a specific area......
ListInsert (Function)
Inserts an element into a List Box, ListView or Combo Box control populated programmatically.
4. Windows with search
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 4 - Windows with search - 30 min
iParameter (Function)
Retrieves the printer configuration and configures the print.