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

TcxCustomTextEdit Class

The base class for plain text editors.

#Declaration

Delphi
TcxCustomTextEdit = class(
    TcxCustomEdit,
    IcxFormatControllerListener
)

#Remarks

The TcxCustomTextEdit class implements the core functionality of all plain text editors shipped with the ExpressEditors Library.

VCL Editors Library: A Memo Editor Example

#Main API Members

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

#Terminal TcxCustomTextEdit Class Descendants

Terminal TcxCustomTextEdit class descendants include all unbound and data-aware plain text editors shipped with the ExpressEditors Library. Do not create TcxCustomTextEdit class instances. Use the following descendants instead:

#Unbound Plain Text Editors

TcxCurrencyEdit
An unbound currency editor.
TcxHyperLinkEdit
An unbound hyperlink editor.
TcxMaskEdit
TcxMaskEdit implements a generic masked edit control.
TcxTextEdit
An unbound single-line text editor.
TdxTokenEdit
An unbound token editor.

#Data-Aware Plain Text Editors

TcxDBCurrencyEdit
A data-aware currency editor.
TcxDBHyperLinkEdit
A data-aware hyperlink editor.
TcxDBMaskEdit
Represents a masked editor that enables displaying and editing text fields within a dataset.
TcxDBTextEdit
A data-aware single-line text editor.
TdxDBTokenEdit
A data-aware token editor.
See Also