RAD Studio VCL Reference
|
Reports the update status for the current record.
function UpdateStatus: TUpdateStatus; override;
virtual __fastcall TUpdateStatus UpdateStatus();
Call UpdateStatus to determine the update status for the current record 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 records.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|