TdxRichEditCustomDocumentServer.IsUpdateLocked Property
In This Article
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 End
See Also