TCustomRichView.LoadRVFFromStream

<< Click to display table of contents >>

TCustomRichView.LoadRVFFromStream

Clears the document and loads a new document from the file stream Stream as RVF (RichView Format).

function LoadRVFFromStream(Stream: TStream): Boolean;

Method type: viewerstyle viewer-style.

Setting for RVF loading can be changed in the TRichView component editor.

Return value: "Was reading successful?"

 

See also properties:

▪RVFOptions;

▪RVFWarnings;

▪RVFTextStylesReadMode (this method type: RVF loading);

▪RVFParaStylesReadMode (this method type: RVF loading);

▪UseStyleTemplates.

See also events:

▪OnRVFImageListNeeded;

▪OnRVFControlNeeded;

▪OnRVFPictureNeeded;

▪OnControlAction (ControlAction=rvcaAfterRVFLoad);

▪OnStyleTemplatesChange;

▪OnProgress.

See also methods:

▪LoadRVF;

▪AppendRVFFromStream;

▪InsertRVFFromStream;

▪Format;

▪FormatTail.

See also methods of TRichViewEdit:

▪InsertRVFFromFileEd.

▪See also:

▪TRichView component editor;

▪Saving and loading;

▪RVF overview.