Back to Devexpress

TdxRichEditCustomDocumentServer.IsUpdateLocked Property

vcl-dxrichedit-dot-documentserver-dot-tdxricheditcustomdocumentserver-5f609ae9.md

latest1.3 KB
Original Source

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

TdxRichEditCustomDocumentServer Class

TdxRichEditCustomDocumentServer Members

dxRichEdit.DocumentServer Unit