|
TCustomRichView.RVFWarnings (read-only) |
Top Previous Next |
|
Information about the last performed RVF reading operation. type TRVFWarning = ( rvfwUnknownPicFmt, rvfwUnknownCtrls, rvfwConvUnknownStyles, rvfwConvLargeImageIdx, rvfwConvToUnicode, rvfwConvFromUnicode, rvfwInvalidPicture); TRVFWarnings = set of TRVFWarning;
property RVFWarnings: TRVFWarnings; Note: TRVFWarning and TRVFWarnings are defined in RVStyle unit. You can use this property to know about warnings or errors that may be occurred during the last reading from RVF. Depending on RichView.RVFOptions some cases could be considered as warnings (and reading method was successfully finished) or errors.
See RVF Overview for details. Methods reading RVF:
Methods of RichViewEdit reading RVF: (also PasteRVF and Paste, but in this version you can't detect when Clipboard reading operation is finished). |