Navigation:  Main Menu > Tools Menu > Database and Forms > Edit Contact Details Form > Controls >

Combo Box Control

Previous pageReturn to chapter overviewNext page

See Also: How To Use Controls Example; Quick Reference Table for Controls and Data Types; Add Existing Field Animated Demo; Add New Field Animated Demo

A combo box combines a text edit box with a scrollable list. When users enter data into the control by typing or selecting from the list, the value of the Text property changes.

Use the Style property to select the type of combo box you need.  Use csDropDown if you want an edit box with a drop-down list. Use csDropDownList to make the edit box read-only (forcing users to choose from the list). Set the DropDownCount property to change the number of items displayed in the list.

Use csSimple to create a combo box with a fixed list that does not close. Be sure to resize the combo box so that the list items are displayed.

Customize the attributes of this control by using the following properties found under the Form Editor -> Control Properties tab.

 

Combo Box Control

Combo Box Control

COMBO BOX PROPERTIES:
(Click Topic to view more info.  Click Back button to return to here).

Cursor
DataBinding
       DataField

Height
Hint
Left
Name
Properties
       AutoSelect
       ButtonGlyph
       DropDownListStyle
       ImmediatePost
       Items
       ReadOnly
       Sorted

Style
       BorderColor
       BorderStyle
       ButtonStyle
       ButtonTransparency
       Color

Edges
       bLeft
       bTop
       bRight
       bBottom

Font
TransparentBorder
Top
Visible
Width

*For more information, see Form Editing Quick Reference Table.