TTMSFNCRichEditorIO Class
Abstract base component for rich editor I/O adapters; maintains a reference to the bound
TTMSFNCRichEditorBaseand declares the abstractSavemethod.
API unit family: TMSFNCRichEditorIO
Inherits from: TNVComponent
Syntax
TTMSFNCRichEditorIO = class(TNVComponent)
Properties
| Name | Description |
|---|---|
| RichEditor | The rich editor instance that this adapter reads from or writes to. |
Methods
| Name | Description |
|---|---|
| Save | Saves the rich editor content to the provided stream in the adapter's format. |