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