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

TdxRichEditCustomDocumentServer.IsUpdateLocked Property

Identifies if changes to the document server are postponed.

#Declaration

Delphi
property IsUpdateLocked: Boolean read;

#Property Value

Type
Boolean

#Remarks

This property returns:

  • True if a BeginUpdate procedure call has postponed all changes and related notifications until an EndUpdate call.

  • False if any change immediately affects the document server.

Note

Ensure that an EndUpdate or CancelUpdate call follows every BeginUpdate call, even if an exception occurs.

See Also