ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Search results
25 results for: combo
The Combo Box control
The "Combo Box" control is used to display a list of elements and to select an element...
<Combo Box>.Open (Function)
Expands the list of a Combo Box control (single-column or multi-column Combo Box).
Combo Box control functions
List of functions for handling the Combo Box controls...
Combo Box control properties
You can manipulate Combo Box controls in a window or page using the following WLanguage...
<Combo box>.Close (Function)
Forces the closing of the drop-down list in a Combo Box control (simple or multi-column Combo Box).
Binding a Combo Box control to an item
Combo Box columns in Table controls
include Combo Box columns......
Manipulating Combo Box controls programmatically
WINDEV, WINDEV Mobile and WEBDEV allow you to programmatically manipulate Combo Box controls......
Events associated with Combo Box controls
List of events associated with Combo Box controls...
Linking a Combo Box control to a data file
A List Box or Combo Box control can be used to display the content of a data file, to allow a user...
Combo Box columns in the Table controls (prefix syntax)
include Combo Box columns......
Functions for handling Combo Box controls (prefix syntax)
The following functions are specific to the Combo Box controls, using prefix syntax:
List Box, ListView and Combo Box control functions
List of functions for managing List Box, ListView and Combo Box controls...
Aligning elements in a List Box or Combo Box control
There are different methods to align the elements in a List Box or Combo Box control......
Manipulating Combo Box controls programmatically (prefix syntax)
WINDEV, WINDEV Mobile and WEBDEV allow you to programmatically manipulate Combo Box controls......
Properties associated with Combo Box controls that display a table
Table, List Box and Combo Box controls bound to queries
A Table, List Box or Combo Box control can be used to display the content of a data file...
Combo Box and List Box controls: Automatic features (AAF)
The List Box and Combo Box controls can benefit from several AAFs......
Aligning elements in a List Box or Combo Box control (prefix syntax)
Several methods can be used to align the elements found in a List Box or Combo Box control......
Functions for handling List Box, ListView and Combo Box controls (prefix syntax)
List of functions for handling List Box, ListView and Combo Box controls (prefix syntax)...
EmulateCombo (Function)
Emulates one of the following actions on a Combo Box control: click on the button to expand...
Validating a page from a control that has no action on the server (List Box control, Combo Box, etc.)
By default, the validation of a page must be performed by a "Send the values of controls...
ComboOpen (Function)
Expands the list of a Combo Box control (single-column or multi-column Combo Box).
ComboClose (Function)
Closes the drop-down list in a Combo Box control (simple or multi-column Combo Box control).
<Table>.Add (Function)
Adds a row in: a Table control, a TreeView Table control, a Combo Box control "with table"...