TSRichViewEdit.RTFReadProperties |
Top Previous Next |
|
A set of properties controlling RTF (Rich Text Format) import. property RTFReadProperties: TRVRTFReaderProperties; This property provides access to RichViewEdit's property of the same name. The initial value of this property for an internal TRichViewEdit has: •RTFReadProperties.ReadDocParameters = True. •RTFReadProperties.UnicodeMode = rvruOnlyUnicode for Delphi 2009+ and rvruMixed for the older versions of Delphi. |