RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomADODataSet Events

The events of the TCustomADODataSet class are listed here.

 
Name 
Description 
 
Occurs after an application completes a request to cancel modifications to the active record. 
 
Occurs after an application closes a dataset. 
 
Occurs after an application deletes a record. 
 
Occurs after an application starts editing a record. 
 
Occurs after an application inserts a new record. 
 
Occurs after an application completes opening a dataset and before any data access occurs. 
 
Occurs after an application writes the active record to the database or change log and returns to browse state. 
 
Occurs after an application refreshes the data in the dataset. 
 
Occurs after an application scrolls from one record to another. 
 
Occurs before an application executes a request to cancel changes to the active record. 
 
Occurs immediately before the dataset closes. 
 
Occurs before an application attempts to delete the active record. 
 
Occurs before an application enters edit mode for the active record. 
 
Occurs before an application enters insert mode. 
 
Occurs before an application executes a request to open a dataset. 
 
Occurs before an application posts changes for the active record to the database or change log. 
 
Occurs immediately before an application refreshes the data in the dataset. 
 
Occurs before an application scrolls from one record to another. 
 
Occurs when an application recalculates calculated fields. 
 
Occurs when an application attempts to delete a record and an exception is raised. 
 
Occurs when an application attempts to modify or insert a record and an exception is raised. 
 
Occurs when moving a recordset's row pointer past the last row. 
 
Occurs after records have been retrieved into the recordset. 
 
Occurs periodically during an asynchronous data retrieval operation. 
 
Occurs after a field has changed. 
 
Occurs each time a different record in the dataset becomes the active record and filtering is enabled. 
 
Occurs after the row pointer in a recordset has moved. 
 
Occurs when an application inserts or appends a new dataset record. 
 
Occurs when an application attempts to modify or insert a record and an exception is raised. 
 
Occurs after one or more records in the recordset change. 
 
Occurs after the recordset has changed. 
 
Occurs when the recordset has been initialized and is ready to use. 
 
Occurs before a field is changed. 
 
Occurs before a record in the recordset is changed. 
 
Occurs before the recordset has changed. 
 
Occurs before the row pointer in a recordset is moved. 
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!