Skip to main content
A newer version of this page is available. .

TdxCustomBarEdit Class

The base class for in-place editors and the editors from the ExpressEditors library.

Declaration

TdxCustomBarEdit = class(
    TdxBarWindowItem
)

Remarks

The TdxCustomBarEdit class provides an interface common to in-place editors and the editors from the ExpressEditors Library.

Use the ShowCaption and Width properties to specify the visibility of the editor’s caption and the editor’s width, respectively. A glyph or an image can be painted on an editor via its Glyph and ImageIndex properties.

See Also