vcl-cxtextedit.md
The base class for plain text editors.
TcxCustomTextEdit = class(
TcxCustomEdit,
IcxFormatControllerListener,
IdxAIControl,
IdxAITextControl
)
The TcxCustomTextEdit class implements the core functionality of all plain text editors shipped with the ExpressEditors Library.
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 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:
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.
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.
Show 12 items
TObject TPersistent TComponent TControl TWinControl TCustomControl TcxCustomControl TcxControl TcxContainer TcxCustomEditContainer TcxCustomEdit TcxCustomTextEdit
See Also