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

TcxTextEdit Class

Represents a single-line text editor.

Declaration

TcxTextEdit = class(
    TcxCustomTextEdit
)

Remarks

The TcxTextEdit class represents a TextEdit on a form. This editor is used as a single-line text editor. The TcxTextEdit class provides facilities to select text within the text editor, copy and cut the selection to the clipboard, specify the case and look & feel of the entered text etc. It also performs special functions, such as entered value validation and the automatic completion feature. The following image demonstrates the TextEdit painted using the UltraFlat style:

See Also