Skip to main content

TcxCustomTextEdit Class

The base class for plain text editors.

Declaration

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 editor that enables editing currency data.
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 editor that enables editing currency data.
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