| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Was the current record modified ?
Source position: db.pas line 1733
 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.  |