TDBRichView.AutoDeleteUnusedStyles

<< Click to display table of contents >>

TDBRichView.AutoDeleteUnusedStyles

If this property is set to True, the component deletes unused text, paragraph and list styles before loading from a DB field.

property TDBRichViewEdit.AutoDeleteUnusedStyles: Boolean;

(introduced in version 21)

It's highly recommended to assign True to this property. However, the following condition are required to auto-delete styles correctly:

this component must not share TRVStyle component with other TRichView controls (others TRichView controls must not be linked to the same TRVStyle component via Style property) and

 

Default value:

False

 

See also

TRichView.Document.AutoDeleteUnusedStyles (for live binding)

TDBRichViewEdit.AutoDeleteUnusedStyles