Skip to main content

TcxRichEditProperties Class

Represents settings specific to rich text editors.

Declaration

TcxRichEditProperties = class(
    TcxCustomRichEditProperties
)

Remarks

This class provides various settings which are specific to rich text editors. Rich text editors are presented by the TcxCustomRichEdit class’s descendants, such as the TcxRichEdit and TcxDBRichEdit. TcxRichEditProperties does not introduce any new functionality, but instead publishes the necessary properties and events inherited from base classes. To set rich text properties, use the Properties member of a corresponding editor class. To control any changes made to the editor’s DisplayFormat, EditFormat, MaxLength, MaxValue, MinValue and ReadOnly properties and reverse their values back to the default ones, use the AssignedValues property.

The TcxRichEditProperties class extends the settings common to all rich text edit controls (the Alignment, ScrollBars, VisibleLineCount, WantReturns, WantTabs and WordWrap properties) with additional ones such as the HideScrollBars, MemoMode, PlainText and SelectionBar properties.

See Also