TParams.EndUpdate Method

Closes the block of code started with BeginUpdate. If you did some changes, it saves them by default.

Unit: Olf.RTL.Params
class procedure EndUpdate(const AutoSaveChanges: boolean)

Parameters

AutoSaveChanges
Type: System.Boolean

If you call BeginUpdate you MUST call its EndUpdate. Use a try... finally... end !