TCustomRichViewEdit.EndUpdate

<< Click to display table of contents >>

TCustomRichViewEdit.EndUpdate

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.