|
TCustomRichViewEdit.EndUpdate |
Top Previous Next |
|
Reenables editor repainting that was turned off with the BeginUpdate method. Repaints the editor. procedure EndUpdate; (meaning of this method is changed since v10) Calls to BeginUpdate are cumulative, so calling EndUpdate will reenable repainting only if every call to BeginUpdate has been matched by a call to EndUpdate. |