|
TRVFReaderStyleMode Type |
Top Previous Next |
|
Unit RVStyle; type TRVFReaderStyleMode = (rvf_sIgnore, rvf_sInsertMap, rvf_sInsertMerge) Defines mode for loading collection of styles from RVF (if they are contained there, see rvfoSaveTextStyles and rvfoSaveParaStyles RVFOptions). This is a type of the following properties of TCustomRichView: ▪RVFTextStylesReadMode (loading TextStyles); ▪RVFParaStylesReadMode (loading ParaStyles and ListStyles).
You should be careful with the last two modes: it's recommended to use them only if TRVStyle component is used exclusively by the given TRichView[Edit]. Loading operations include: ▪LoadRVF, ▪loading from database fields. Insertion operations include: ▪TRichViewEdit.InsertRVFFromFileEd, ▪TRichViewEdit.InsertRVFFromStreamEd, ▪pasting from the Clipboard, | ||||||||||||