TdxRichEditControlOptionsBase Class
The base class for all classes that implement Rich Edit component settings.
Declaration
TdxRichEditControlOptionsBase = class abstract(TdxRichEditNotificationOptions)
Remarks
This class has the following members that allow you to:
The automatic typing correction (AutoCorrect).
The control’s base functionality (Behavior).
Document export and import settings (DocumentSaveOptions, Export, Import).
Horizontal and vertical ruler settings (HorizontalRuler and VerticalRuler).
The appearance of non-printable elements within a document (FormattingMarkVisibility and TableOptions).
The document view layouts (Layout).
Mail merge settings (MailMerge).
The appearance and behavior of inserted bookmarks, document fields, and hyperlinks (Bookmarks, Fields, and Hyperlinks).
Do not use the TdxRichEditControlOptionsBase class directly. Use its descendants instead.
Inheritance
TObject
TPersistent
TInterfacedPersistent
TdxRichEditNotificationOptions
TdxRichEditControlOptionsBase
See Also