|
TDBRichViewEdit.AutoDeleteUnusedStyles |
Top Previous Next |
|
If this property is set to True, the editor deletes unused text, paragraph and list styles before posting to the database field. property TDBRichViewEdit.AutoDeleteUnusedStyles: Boolean; (introduced in version 1.7) Assign True to this property only if: ▪this editor uses TRVStyle object exclusively (no other RichViews are linked to this RVStyle via Style property) and ▪collections of text, paragraph and list styles are saved together with documents in the RVF field (see RVFOptions, rvfoSaveTextStyles and rvfoSaveParaStyles must be included)
If FieldFormat is a plain text, this property is ignored,
Default value: False |