[Overview][Classes][Procedures and functions][Index] |
|
TDataSetAction - base class for all other standard TDataSet actions |
|
|
TDataSetCancel - cancel the previous operation on the DataSet |
|
|
TDataSetDelete - delete the current record in the DataSet |
|
|
TDataSetEdit - edit the current record in the DataSet |
|
|
TDataSetFirst - move to first record in the DataSet |
|
|
TDataSetInsert - insert (append) a new record into the DataSet |
|
|
TDataSetLast - move to last record in the DataSet |
|
|
TDataSetNext - move to next record in the DataSet |
|
|
TDataSetPost - post the editing changes on the current record permanently into the DataSet (may need a separate action to make changes permanently in external database) |
|
|
TDataSetPrior - move to previous (prior) record in the DataSet |
|
|
TDataSetRefresh - refresh the DataSet by reference to the external database |
lazarus-ccr.sourceforge.net |