Classes of TRichView Properties

<< Click to display table of contents >>

Classes of TRichView Properties

▪TRVDocParameters is a type of TRichView.DocParameters property.It defines document properties like page size, margins, etc.

▪TRVDocumentProperty is a type of TRichView.Document property. It is used for LiveBinding (in Delphi XE2+).

▪TRVMarkdownProperties is a type of TRichView.MarkdownProperties. It defines properties for reading and writing Markdown files and streams.

▪TRVMarkdownDefaultItemProperties is a type of TRichView.MarkdownProperties.DefaultItemProperties. It contains default properties for objects read from Markdown files and streams.

▪TRVRTFReaderProperties is a type of TRichView.RTFReadProperties property. It defines properties for reading RTF and DocX files and streams.

▪TRVHTMLReaderProperties is a type of TRichView.HTMLReadProperties property. It defines properties for reading HTML files and streams.

▪TRVHTMLSaveProperties is a type of TRichView.HTMLSaveProperties property. It defines properties for writing HTML files and streams.