RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomADODataSet.RecordStatus Property

Indicates the status of the current row.

Pascal
property RecordStatus: TRecordStatusSet;
C++
__property TRecordStatusSet RecordStatus;

Read RecordStatus to determine the status of the current row relative to batch updates or other bulk operations. Among other record state aspects, RecordStatus indicates whether the current record is new, modified, deleted, or unmodified. RecordStatus will also give an indication why a row is not saved when modifying, adding, or deleting data.

Note: RecordStatus only provides meaningful information if the dataset is opened in batch update mode.
 

LockType 

Filtered 

FilterGroup 

UpdateBatch 

CancelBatch 

Inspecting the Update Status of Individual Rows

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!