Was the current record modified ?
Source position: db.pas line 1954
public property TDataSet.Modified : Boolean |
Modified is True if the current record was modified after a call to Tdataset.Edit or Tdataset.Insert. It becomes True if a value was written to one of the fields of the dataset.
|
Set the dataset in editing mode. |
|
|
Insert a new record at the current position. |
|
|
Append a new record to the data. |
|
|
Cancel the current editing operation. |
|
|
Post pending edits to the database. |