vcl-dxbar-ca11c4e2.md
The base class for deprecated bar item editors.
TdxBarEdit = class(
TdxCustomBarEdit
)
The TdxBarEdit class implements deprecated built-in bar editors.
Important
The TdxBarEdit class and its descendants are shipped as a part of the ExpressBars Suite for backward compatibility only. DevExpress neither implements new features nor fixes bugs in deprecated products. We strongly recommend that you replace TdxBarEdit and its descendants with the TcxBarEditItem component associated with the corresponding in-place editor from the ExpressEditors Suite.
The TcxBarEditItem component allows you to embed editors from the ExpressEditors Suite in the same manner as container controls use them as in-place editors.
| Deprecated Editor | Replacement Editor[1] | Description |
|---|---|---|
TcxBarEdit | TcxTextEdit | A single-line text editor. |
| TdxBarSpinEdit | TcxSpinEdit | A spin editor. |
| TdxBarDateCombo | TcxDateEdit | A date editor with a drop-down calendar. |
| TdxBarLookupCombo | TcxLookupComboBox | A lookup combo box. |
| TdxBarTreeViewCombo | TcxExtLookupComboBox[2] | An extended lookup combo box with a data-aware grid View in a drop-down window. |
| TdxBarColorCombo | TcxColorComboBox | A color combo box. |
| TdxBarCombo | TcxComboBox | A general-purpose combo box. |
| TdxBarFontNameCombo | TcxFontNameComboBox | A combo box designed to switch between font typefaces. |
| TdxBarImageCombo | TcxImageComboBox | A combo box whose items can display images and text strings. |
TObject TPersistent TComponent TcxCustomComponent TdxBarComponent TdxBarItem TdxBarWindowItem TdxCustomBarEdit TdxBarEdit
Footnotes
Associate the corresponding editor in this column with the TcxBarEditItem component to replace a deprecated built-in bar editor.
To display a tree-like structure similar to TdxBarTreeViewCombo, you can use a combination of TcxPopupEdit and TdxTreeViewControl.
See Also