Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

IdxRichEditCharacterStyle.IsDeleted Property

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

#Declaration

Delphi
property IsDeleted: Boolean read;

#Property Value

Type
Boolean

#Remarks

The Rich Edit control uses the “deleted” mark to manage character and paragraph styles throughout the user action history. Every time the Undo command cancels a character style create operation, the control marks the style as “deleted”. You cannot apply the marked style to a document range 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 character style is marked as deleted; otherwise – False.

See Also