TParamsFile.EndUpdate Method
Definition
Closes the block of code started with BeginUpdate. If you did some changes, it saves them by default.
Delphi
procedure EndUpdate(const AutoSaveChanges: boolean = True)
Parameters
- AutoSaveChanges
- Boolean
Remarks
If you call BeginUpdate you MUST call its EndUpdate. Use a try... finally... end !