[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Can the data in the dataset be modified
Source position: db.pas line 1670
public property TDataSet.CanModify : Boolean |
CanModifiy indicates whether the dataset allows editing. Unidirectional datasets do not allow editing. Descendent datasets can impose additioanl conditions under which the data can not be modified (read-only datasets, for instance). If the CanModify property is False, then the edit, append or insert methods will fail.
|
Insert a new record at the current position. |
|
|
Append a new record to the data |
|
|
Delete the current record. |
|
|
Set the dataset in editing mode. |