[Overview][Classes][Procedures and functions][Index] |
|
TDataSetAction is the base class for all other standard TDataSet actions. |
|
|
TDataSetCancel cancels the current edit mode for a DataSet. |
|
|
TDataSetDelete deletes the current record in the DataSet. |
|
|
TDataSetEdit edits the current record in the DataSet. |
|
|
TDataSetFirst moves to first record in the DataSet. |
|
|
TDataSetInsert inserts (appends) a new record into the DataSet. |
|
|
TDataSetLast moves to last record in the DataSet. |
|
|
TDataSetNext moves to next record in the DataSet. |
|
|
TDataSetPost posts changes for the current record to the DataSet. |
|
|
TDataSetPrior moves to previous record in the DataSet. |
|
|
TDataSetRefresh refreshes the DataSet. |
Version 4.0 | Generated 2025-05-03 | Home |