Source position: bufdataset.pas line 357
type TRowState = set of (
rsvOriginal,
rsvDeleted,
rsvInserted,
rsvUpdated,
rsvDetailUpdates
);