Implements a buffer used for record updates in TBufDataset.
Source position: bufdataset.pas line 92
type TRecUpdateBuffer = record |
||
Processing: Boolean; |
||
UpdateKind: TUpdateKind; |
|
Update kind for the record update buffer. |
BookmarkData: TBufBookmark; |
|
Bookmark data for the record update buffer. |
NextBookmarkData: TBufBookmark; |
|
Bookmark for the record following a deleted record. |
OldValuesBuffer: TRecordBuffer; |
|
Buffer for pre-editing values for the record. |
end; |