TdxBarEdit Class
The base class for deprecated bar item editors.
#Declaration
TdxBarEdit = class(
TdxCustomBarEdit
)
#Remarks
The TdxBarEdit
class implements deprecated built-in bar editors.
Important
The Tdx
class and its descendants are shipped as a part of the ExpressTdx
and its descendants with the Tcx
#Recommended Replacements
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 |
---|---|---|
Tcx |
Tcx |
A single-line text editor. |
Tdx |
Tcx |
A spin editor. |
Tdx |
Tcx |
A date editor with a drop-down calendar. |
Tdx |
Tcx |
A lookup combo box. |
Tdx |
Tcx |
An extended lookup combo box with a data-aware grid View in a drop-down window. |
Tdx |
Tcx |
A color combo box. |
Tdx |
Tcx |
A general-purpose combo box. |
Tdx |
Tcx |
A combo box designed to switch between font typefaces. |
Tdx |
Tcx |
A combo box whose items can display images and text strings. |
#Inheritance
-
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.