[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Mark the end of an update batch.
Source position: classesh.inc line 487
public procedure TStrings.EndUpdate; |
EndUpdateshould be called at the end of a lengthy operation on the stringlist, but only if there was a call to BeginUpdatebefore the operation was started. It is best to put the call to EndUpdatein the context of a Finallyblock, so it will be called even if an exception occurs.
For more information, see TStrings.BeginUpdate.
|
Mark the beginning of an update batch. |