TTMSFNCRichEditorRTFIO.Save Method
Saves the rich editor content to the provided stream in the adapter's format.
API unit family: TMSFNCRichEditorIO
Declaring type: TTMSFNCRichEditorRTFIO
Inherited from: TTMSFNCRichEditorIO
Overloads
Overload 1
Saves the rich editor content to the provided stream in the adapter's format.
procedure Save(AStream: TStream); overload; virtual; abstract;
Parameters
| Name | Description |
|---|---|
AStream |
Destination stream for the serialized content. |
Overload 2
Saves the editor content as an RTF file at the specified path.
procedure Save(const FileName: string); overload; virtual;
Parameters
| Name | Description |
|---|---|
FileName |
Output RTF file path. |
Overload 3
Saves the editor content as RTF to the provided stream.
procedure Save(AStream: TStream); override;
Parameters
| Name | Description |
|---|---|
AStream |
Destination stream. |