RAD Studio VCL Reference
|
Writes pending batch updates to disk.
procedure UpdateBatch(AffectRecords: TAffectRecords = arAll);
__fastcall UpdateBatch(TAffectRecords AffectRecords = arAll);
Call UpdateBatch to write any pending updates to disk for a dataset that is in batch update mode to the associated database.
The AffectRecords parameter may be any one of the following TAffectRecords values:
Option |
Meaning |
arCurrent |
Only the updates for the current row are applied. |
arFiltered |
Only updates for rows matching the current filter are applied. |
arAll |
Updates for all rows are applied. |
arAllChapters |
Update affects all chapters (ADO chapters) |
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|