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