IdxRichEditTable.EndUpdate Method
In This Article
Applies all pending changes made after a BeginUpdate call and allows the Rich Edit control to redraw the document.
#Declaration
Delphi
procedure EndUpdate;
#Remarks
Every time table properties change, the Rich Edit control redraws the document. Enclose multiple table changes between the BeginUpdate and EndUpdate procedure calls to avoid excessive redraw operations.
Note
An End
See Also