Back to Devexpress

TdxBarEdit Class

vcl-dxbar-ca11c4e2.md

latest3.5 KB
Original Source

TdxBarEdit Class

The base class for deprecated bar item editors.

Declaration

delphi
TdxBarEdit = class(
    TdxCustomBarEdit
)

Remarks

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 EditorReplacement Editor[1]Description
TcxBarEditTcxTextEditA single-line text editor.
TdxBarSpinEditTcxSpinEditA spin editor.
TdxBarDateComboTcxDateEditA date editor with a drop-down calendar.
TdxBarLookupComboTcxLookupComboBoxA lookup combo box.
TdxBarTreeViewComboTcxExtLookupComboBox[2]An extended lookup combo box with a data-aware grid View in a drop-down window.
TdxBarColorComboTcxColorComboBoxA color combo box.
TdxBarComboTcxComboBoxA general-purpose combo box.
TdxBarFontNameComboTcxFontNameComboBoxA combo box designed to switch between font typefaces.
TdxBarImageComboTcxImageComboBoxA combo box whose items can display images and text strings.

Inheritance

TObject TPersistent TComponent TcxCustomComponent TdxBarComponent TdxBarItem TdxBarWindowItem TdxCustomBarEdit TdxBarEdit

Footnotes

  1. Associate the corresponding editor in this column with the TcxBarEditItem component to replace a deprecated built-in bar editor.

  2. To display a tree-like structure similar to TdxBarTreeViewCombo, you can use a combination of TcxPopupEdit and TdxTreeViewControl.

See Also

TdxBarEditControl Class

TdxBarEdit Members

dxBar Unit