TCustomRichView.LoadRVF

<< Click to display table of contents >>

TCustomRichView.LoadRVF

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

function LoadRVF(const FileName: TRVUnicodeString): Boolean;

(changed in version 18)

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:

LoadRVFFromStream;

AppendRVFFromStream;

InsertRVFFromStream;

Format;

FormatTail.

See also methods of TRichViewEdit:

InsertRVFFromFileEd.

See also:

TRichView component editor;

Saving and loading;

RVF overview.