TParams.BeginUpdate Method

Definition

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

Delphi
class procedure BeginUpdate

Remarks

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