TParamsFile.BeginUpdate Method

Allow parameters changes but delay the Save operation to the EndUpdate call.

Unit: Olf.RTL.Params
procedure BeginUpdate

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