Reports the update status for the active record.
function UpdateStatus: TUpdateStatus; virtual;
Description
As implemented in TDataSet, UpdateStatus always returns usUnmodified. Descendant classes override this method to reflect whether the active record has been modified, and if so, how.
|