TTMSFNCWXHTMLMemo.SaveAsHTMLStream Method
Saves the current content as HTML to a stream.
API unit family: TMSFNCWXHTMLMemo
Declaring type: TTMSFNCWXHTMLMemo
Inherited from: TTMSFNCWXCustomHTMLMemo
Syntax
procedure SaveAsHTMLStream(AStream: TStream ; AEncoding: TEncoding = Nil);
Parameters
| Name | Description |
|---|---|
AStream |
The target stream to write the HTML content to. |
AEncoding |
The text encoding to use; when not specified, a default encoding is applied. |