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

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.

See Also