TParams .End Update Method
Closes the block of code started with BeginUpdate. If you did some changes, it saves them by default.
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 !