试试这个:
TDataSet.Modified 数据集中当前记录是否被修改
Indicates whether the current record is modified.
property Modified: Boolean;
Description
Check Modified to determine if the current record is modified. If Modified is True, the current record is modified. If False, the current record is not modified.
Note: In general, an application need not check the status of Modified. Properties, events, and methods of TDataSet and its descendants that modify records generally check this status automatically and take appropriate actions based on its value.