Skip to main content

TcxComboBoxProperties Class

Stores combo box editor settings.

Declaration

TcxComboBoxProperties = class(
    TcxCustomComboBoxProperties
)

Remarks

A combo box editor combines a single-line text editor and a drop-down menu. If user input in the text edit box matches initial characters in a menu string, the combo box allows a user to autocomplete current input.

VCL Editors Library: A Combo Box Editor Example

Main API Members

The list below outlines key members of the TcxCustomComboBoxProperties class.

DropDownAutoWidth
Specifies if drop-down window width is calculated automatically.
DropDownRows
Specifies the number of simultaneously visible items in the editor’s drop-down window.
DropDownSizeable
Specifies if users can resize the drop-down window.
DropDownWidth
Allows you to specify drop-down window width explicitly.
ItemHeight
Allows you to specify drop-down item height explicitly.
Items
Provides access to the list of combo box items/values.
Sorted
Specifies if combo box items are sorted in alphabetical order.
AllowDropDownWhenReadOnly
Specifies if the editor can display the drop-down window in read-only mode.
DropDownListStyle
Allows you to switch between available user input modes.
ReadOnly
Specifies if the editor is in read-only mode.
Revertable
Specifies if users can double-click the editor to cycle through all values available for selection.

Direct TcxComboBoxProperties Class References

TcxComboBox.ActiveProperties
Provides access to active combo box settings.
TcxComboBox.Properties
Provides access to combo box settings.
TcxDBComboBox.ActiveProperties
Provides access to active combo box settings.
TcxDBComboBox.Properties
Provides access to combo box settings.
See Also