Back to Devexpress

TcxRichEdit Class

vcl-cxrichedit.md

latest2.6 KB
Original Source

TcxRichEdit Class

Represents an edit control which allows rich text to be edited.

Declaration

delphi
TcxRichEdit = class(
    TcxCustomRichEdit
)

Remarks

The TcxRichEdit control represents an editor, which lets you customize the standard text layout with font attributes and paragraph formatting variations. It provides the Lines property which defines the list of strings displayed by a rich text editor.

The Properties member defines a number of settings that are specific to rich text editors. They define the text’s alignment, the maximum text length, read-only status and many others. The behavior of a rich text editor control is similar to the standard TRichEdit component.

Use the Style, StyleDisabled, StyleFocused and StyleHot properties to adjust the look & feel of a rich text editor in various control’s states. Working with styles is discussed in the TcxCustomEditStyle class topic.

Inheritance

Show 15 items

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

See Also

TcxDBRichEdit

Editor Properties

Integrated Touch Gesture Support

TcxRichEdit Members

cxRichEdit Unit