TcxCustomRichEditProperties.RichEditClass Property
Specifies the rich edit control’s version.
Declaration
property RichEditClass: TcxRichEditClass read; write; default cxMaxVersionRichEditClass;
Property Value
Type | Default |
---|---|
TcxRichEditClass | cxMaxVersionRichEditClass |
Remarks
Values include:
Value | Version | Associated DLL File |
---|---|---|
recRichEdit10 | 1.0 | Riched32.DLL |
recRichEdit20 | 2.0 | Riched20.DLL |
recRichEdit41 | 4.1 | Msftedit.DLL |
The following new features have been implemented (compared to v1.0):
Unicode and Asian language support (supported in Delphi 2009 and higher).
Multi-level Undo/Redo.
COM Interface.
Bi-directional (Forward and Backward) search support.
Shortcut keys support.
Automatic font selection (if the currently selected font doesn’t meet the keyboard settings).
Automatic URL detection.
Table support.
Character and paragraph formatting, bulleted and numbered lists.
Note that if the rich edit v1.0 is used (corresponds to the recRichEdit10 property value), the AutoURLDetect property is not in effect.
The default value of the RichEditClass property is recRichEdit20.
See Also