TdxRichEditCustomDocumentServer.IsUpdateLocked Property
Identifies if changes to the document server are postponed.
Declaration
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