IdxRichEditTable.BeginUpdate Method
Postpones document redraw operations until an EndUpdate call.
Declaration
procedure BeginUpdate;
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