Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.

VCL Editors Library: A Single-Line Text Editor Example

#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.

See Also