Skip to main content

IdxRichEditParagraphStyle.IsDeleted Property

Identifies whether the paragraph style is marked as deleted in the parent document.

Declaration

property IsDeleted: Boolean read;

Property Value

Type
Boolean

Remarks

The Rich Edit control uses the “deleted” mark to manage paragraph and character styles throughout the user action history. Every time the Undo command cancels a paragraph style create operation, the control marks the style as “deleted”. You cannot apply the marked style to a paragraph or save it to a file until the corresponding Redo command restores the style. The control irreversibly removes the marked style from the opened document once a new user action overwrites the style create operation’s undo action.

The IsDeleted property returns True if the paragraph style is marked as deleted; otherwise – False.

See Also