ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Manipulating Combo Box controls programmatically
WINDEV, WINDEV Mobile and WEBDEV allow you to programmatically manipulate Combo Box controls......
Combo Box columns in Table controls
A Table control (populated programmatically, based on a data file or based on a variable) can include Combo Box columns......
Binding a Check Box control to an item
List,Add (External language)
Adds an element to a Combo Box or List Box control.
ListDeleteAll (Function)
Clears a List Box, ListView or Combo Box control populated programmatically.
<List Box>.Seek (Function)
Seeks an element in a List Box control (standard List Box or ListView) or in a Combo Box control (including the values described by gLink).
The Navigation Bar control
The Navigation Bar control is used to create a menu area that can easily adapt to the browser size......
StoredItem (Property)
The StoredItem property is used to: Find out the stored item or the stored variable of a Table, Looper, List Box or Combo Box control. Modify the stored item or the stored variable of a Table, Looper, List Box or Combo Box control....
<List Box>.SelectMinus (Function)
Deselects an element in a List Box, ListView or Combo Box control.
ListSelectMinus (Function)
Deselects an element in a List Box, ListView or Combo Box control.
IFrame control
IFrame is an HTML concept......
Window templates
WINDEV and WINDEV Mobile allow you to create window templates......
Handling a chart in the editor
In the editor, a Chart control includes different sections......
Report templates
WINDEV, WINDEV Mobile and WEBDEV allow you to create report templates......
ListCount (Function)
Returns the number of elements in a List Box, ListView or Combo Box control.
<List Box>.Count (Function)
Returns the number of elements in a List Box, ListView or Combo Box control.
<List Box>.SelectPlus (Function)
Selects one or more elements in a List Box, ListView or Combo Box control.
<List Box>.DeleteAll (Function)
Clears a List Box, ListView or Combo Box control populated programmatically.
ListSelectPlus (Function)
Selects one or more elements in a List Box, ListView or Combo Box control.
EmulateCombo (Function)
Emulates one of the following actions on a Combo Box control: click on the button to expand the list of the Combo Box control. select an element in a Combo Box control....
Brochure of new features: New WEBDEV features
New features in WEBDEV 28 presented in the New Features brochure....
New Features brochure - Version 28: New WEBDEV features
New features in WEBDEV 28 presented in the New Features brochure....
Handling List Box controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle List Box controls....
Implementing the log process in an application
Regardless of the data files used by your application (HFSQL Classic or HFSQL Client/Server), the log process can be implemented on these data files......
Handling a Check Box control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Check Box control through programming......