TCustomRichView.SaveHTMLToStream (deprecated)

<< Click to display table of contents >>

TCustomRichView.SaveHTMLToStream (deprecated)

Deprecated, use the new version of SaveHTMLToStream.


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: TRVUnicodeString;

  Options: TRVSaveOptions): Boolean; overload;

(changed in version 18)

This method saves HTML to Stream and creates files for images.

The same as SaveHTML, but saves to a stream instead of a 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.