Back to Devexpress

TcxTextEdit Class

vcl-cxtextedit-2f890356.md

latest4.5 KB
Original Source

TcxTextEdit Class

An unbound single-line text editor.

Declaration

delphi
TcxTextEdit = class(
    TcxCustomTextEdit
)

Remarks

A single-line text editor allows users to edit a non-formatted string value.

Main API Members

The list below outlines key members of the TcxTextEdit class that allow you to configure plain text editors and manage their content.

Repository Item Class

You can create a TcxEditRepositoryTextItem component in an edit repository to define an unbound single-line editor, store editor settings, and share them between multiple single-line text editors.

Inheritance

Show 13 items

TObject TPersistent TComponent TControl TWinControl TCustomControl TcxCustomControl TcxControl TcxContainer TcxCustomEditContainer TcxCustomEdit TcxCustomTextEdit TcxTextEdit

See Also

TcxDBTextEdit Class

TcxTextEdit Members

cxTextEdit Unit