TCustomRichView.SaveHTMLToStreamEx (deprecated)

<< Click to display table of contents >>

TCustomRichView.SaveHTMLToStreamEx (deprecated)

Deprecated, use SaveHTMLToStream.


Exports contents of RichView to stream as HTML or XHTML, using CSS (Cascading Style Sheets)

function SaveHTMLToStreamEx(Stream: TStream;

  const Path, Title, ImagesPrefix, ExtraStyles,

  ExternalCSS, CPPrefix: TRVUnicodeString;

  Options: TRVSaveOptions): Boolean;

(changed in version 18)

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

The same as SaveHTMLEx, 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 SaveHTMLEx.