IdxRichEditTable.BeginUpdate Method
In This Article
Postpones document redraw operations until an EndUpdate call.
#Declaration
Delphi
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 End
See Also