Indicates the current update status for the dataset when cached updates are enabled.
function UpdateStatus: TUpdateStatus; override;
Call the UpdateStatus method to determine the current update status for the dataset when cached updates are enabled. Update status can change frequently as records are edited, inserted, or deleted. UpdateStatus offers a convenient method for applications to assess the current status before undertaking or completing operations that depend on the update status of the dataset.