TMS FNC Rich Editor RTF IO Guides
TTMSFNCRichEditorRTFIO connects to a TTMSFNCRichEditor and adds RTF document import
and export. RTF is a widely supported interchange format; use this component when you need
to exchange rich-text documents with Word, WordPad, or other RTF-capable applications.
The component is non-visual and Windows-only (Win32/Win64). A single published property —
RichEditor — wires it to the editor. Two method pairs cover every usage pattern:
Load/Save from a file path, and Load/Save from a stream.
Note
TTMSFNCRichEditorRTFIO targets Windows desktop. It is not available on iOS, Android,
macOS, or TMS WEB Core. For cross-platform rich-text persistence, use the native .RTE
format via TTMSFNCRichEditor.SaveToFile/LoadFromFile instead.
Guides
| Guide | Description |
|---|---|
| RTF IO Guide | File-based and stream-based RTF save/load, runtime wiring, and a combined workflow example |