Skip to main content

TcxRichEdit Class

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

Declaration

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