|
TCustomRichView.SaveHTMLToStream |
Top Previous Next |
|
Exports TRichView document as HTML or XHTML to the stream Stream, using HTML tags like <font>, <b>, <div>, etc. function SaveHTMLToStream(Stream: TStream; const Path, Title,ImagesPrefix: String; Options: TRVSaveOptions): Boolean; This method saves HTML to Stream and creates files for images. The same as SaveHTML, but saves to stream instead of file. Parameters: Stream –- stream where to export HTML. Path –- path where to save images (must have '\' as the last character). For the descriptions of other parameters, see SaveHTML. |