Append a new record to the data.
Source position: db.pas line 1894
public procedure TDataSet.Append; |
Append appends a new record at the end of the dataset. It is functionally equal to the TDataset.Insert call, but the cursor is positioned at the end of the dataset prior to performing the insert operation. The same events occur as when the Insert call is made.
|
Insert a new record at the current position. |
|
|
Set the dataset in editing mode. |