<< 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: viewer-style.
Setting for RVF loading can be changed in the TRichView component editor.
Return value: "Was reading successful?"
See also properties:
▪RVFTextStylesReadMode (this method type: RVF loading);
▪RVFParaStylesReadMode (this method type: RVF loading);
See also events:
▪OnControlAction (ControlAction=rvcaAfterRVFLoad);
See also methods:
▪LoadRVF;
▪Format;
See also methods of TRichViewEdit:
▪See also: