TRVSaveFormat Type

<< Click to display table of contents >>

TRVSaveFormat Type

Unit [VCL/FMX]: RVStyle / fmxRVStyle.

type

  TRVSaveFormat =

  (rvsfText, rvsfHTML, rvsfRTF, rvsfRVF, rvsfDocX, 

    rvsfMarkdown, rvsfXML);

Identifies a saving format.

Note: rvsfXML is used by TRichViewXML component.

This type is used in some events of TRichView, such as OnSaveComponentToFile and OnSaveItemToFile, and SavePicture method.