4D v13.4

Combo Boxes

Home

 
4D v13.4
Combo Boxes

Combo Boxes  


 

 

A combo box is similar to a drop-down list, except that the object accepts text entered from the keyboard. You initialize a combo box in exactly the same way as a drop-down list (see Pop-up Menus/Drop-down Lists).

If the user enters text into the combo box, it fills the 0th element of the array. In other respects, you treat a combo box as an enterable area that uses its array as a set of default values.

Use the On Data Change event to manage entries into the enterable area, as you would for any enterable area object. For more information, refer to the description of the Form event command in the 4D Language Reference manual.

 
PROPERTIES 

Product: 4D
Theme: Working with active objects