Skip to main content

TdxCustomBarEdit Class

The base class for toolbar edit items.

Declaration

TdxCustomBarEdit = class(
    TdxBarWindowItem
)

Remarks

The TdxCustomBarEdit class implements a toolbar item container that allows you to use an editor from the ExpressEditors Library in the same manner as in other container controls, such as VCL Data Grid, Tree List, Vertical Grid, etc.

Main API Members

The list below outlines key members of the TdxCustomBarEdit class that allow you to configure toolbar edit items.

  • Hide or display the editor caption (ShowCaption).
  • Adjust editor width (Width).
  • Assign a glyph to the editor (Glyph and ImageIndex).
  • Apply styles to the toolbar item and its in-place editor (Style and StyleEdit).
  • Position the edit item within the parent toolbar area (Align).
  • Assign a screen tip to the toolbar item (ScreenTip).
  • Hide or display the toolbar edit item (Visible).

Terminal TdxCustomBarEdit Class Descendant

Do not use the TdxCustomBarEdit class directly. Use the TcxBarEditItem component instead.

See Also