TTMSFNCRichEditorRTFIO.Load Method
Loads RTF content from the specified file into the editor.
API unit family: TMSFNCRichEditorIO
Declaring type: TTMSFNCRichEditorRTFIO
Overloads
Overload 1
Loads RTF content from the specified file into the editor.
procedure Load(const FileName: string); overload;
Parameters
| Name | Description |
|---|---|
FileName |
Source RTF file path. |
Overload 2
Loads RTF content from the provided stream into the editor.
procedure Load(AStream: TStream); overload;
Parameters
| Name | Description |
|---|---|
AStream |
Source stream containing RTF content. |