TDataSet.Append
TDataSet |
Top |
1 Open a new, empty record at the end of the dataset.
|
2 Set the active record to the new record.
|
· | For indexed Paradox and dBASE tables, the record is inserted into the dataset to position based on its index.
|
· | For unindexed Paradox and dBASE tables, the record is added to the end of the dataset.
|
· | For SQL databases, the physical location of the appended record is implementation-specific. For indexed tables, the index is updated with the new record information.
|