Vcl.DBActns
| Package | vcldb.bpl |
|---|
Classes
| TDataSetAction | TDataSetAction is the base class for action objects that act on dataset components. |
| TDataSetCancel | TDataSetCancel cancels the edits to the current record, restores record display to its condition prior to editing, and takes the dataset out of edit mode. |
| TDataSetDelete | TDataSetDelete deletes the current record, making the next record current. |
| TDataSetEdit | TDataSetEdit puts a target dataset into edit mode. |
| TDataSetFirst | TDataSetFirst moves a target dataset to its first record. |
| TDataSetInsert | TDataSetInsert inserts a new record into a target dataset. |
| TDataSetLast | TDataSetLast moves a target dataset to its last record. |
| TDataSetNext | TDataSetNext moves a target dataset to its next record. |
| TDataSetPost | TDataSetPost posts the edits in the current record of a target dataset. |
| TDataSetPrior | TDataSetPrior moves a target dataset to the previous record. |
| TDataSetRefresh | TDataSetRefresh refreshes the records in a target dataset. |