vcl-cxrichedit-4b3d254f.md
Represents settings specific to rich text editors.
TcxRichEditProperties = class(
TcxCustomRichEditProperties
)
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.
TObject TPersistent TInterfacedPersistent TcxInterfacedPersistent TcxCustomEditProperties TcxCustomTextEditProperties TcxCustomMemoProperties TcxCustomRichEditProperties TcxRichEditProperties
See Also