Back to Devexpress

TcxCustomTextEdit Class

vcl-cxtextedit.md

latest5.9 KB
Original Source

TcxCustomTextEdit Class

The base class for plain text editors.

Declaration

delphi
TcxCustomTextEdit = class(
    TcxCustomEdit,
    IcxFormatControllerListener,
    IdxAIControl,
    IdxAITextControl
)

Remarks

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

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

TcxCurrencyEditAn unbound currency editor.TcxHyperLinkEditAn unbound hyperlink editor.TcxMaskEdit TcxMaskEdit implements a generic masked edit control.TcxTextEditAn unbound single-line text editor.TdxTokenEditAn unbound token editor.

Data-Aware Plain Text Editors

TcxDBCurrencyEditA data-aware currency editor.TcxDBHyperLinkEditA data-aware hyperlink editor.TcxDBMaskEditRepresents a masked editor that enables displaying and editing text fields within a dataset.TcxDBTextEditA data-aware single-line text editor.TdxDBTokenEditA data-aware token editor.

Implements

IcxFormatControllerListener

Inheritance

Show 12 items

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

See Also

TcxCustomTextEdit Members

cxTextEdit Unit