IdxRichEditTable.EndUpdate Method
Applies all pending changes made after a BeginUpdate call and allows the Rich Edit control to redraw the document.
Declaration
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 EndUpdate procedure call should follow every BeginUpdate call, even if an exception occurs.
See Also