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

TdxBarEdit Class

Provides a text edit field on a toolbar.

Declaration

TdxBarEdit = class(
    TdxCustomBarEdit
)

Remarks

TdxBarEdit encapsulates the behavior common for all text editing components. TCustomdxBarCombo and TdxBarCombo are inherited from this item. The look of the TdxBarEdit on the toolbar depends on bar control location. If the parent bar control is docked to the top or bottom side of a form, or if the toolbar is floating, TdxBarEdit items appear as ordinary edit windows. If the parent toolbar is docked to the left or right side of a form, TdxBarEdit items appear as buttons.

See Also