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

IdxRichEditSubDocument.EndUpdate Method

In This Article

Applies all changes made after a BeginUpdate procedure call and unlocks document updates.

#Declaration

Delphi
procedure EndUpdate;

#Remarks

Every time document content changes, the Rich Edit control redraws the displayed document to reflect the change and records a user action into the action history. Enclose multiple document changes between BeginUpdate and EndUpdate procedure calls to avoid excessive redraw operations and record multiple document content changes as a single user action.

Note

Ensure that every BeginUpdate procedure is followed by an EndUpdate call, even if an exception occurs.

See Also