IBX.IBCustomDataSet.TIBCustomDataSet Events
InheritedProtected
AfterCancel | published | Occurs after an application completes a request to cancel modifications to the active record. |
AfterClose | published | Occurs after an application closes a dataset. |
AfterDatabaseDisconnect | protected | Occurs immediately after the connection to the associated database is closed. |
AfterDelete | published | Occurs after an application deletes a record. |
AfterEdit | published | Occurs after an application starts editing a record. |
AfterInsert | published | Occurs after an application inserts a new record. |
AfterOpen | published | Occurs after an application completes opening a dataset and before any data access occurs. |
AfterPost | published | Occurs after an application writes the active record to the database or change log and returns to browse state. |
AfterRefresh | published | Occurs after an application refreshes the data in the dataset. |
AfterScroll | published | Occurs after an application scrolls from one record to another. |
AfterTransactionEnd | protected | Occurs immediately after a transaction that includes this dataset's query ends. |
BeforeCancel | published | Occurs before an application executes a request to cancel changes to the active record. |
BeforeClose | published | Occurs immediately before the dataset closes. |
BeforeDatabaseDisconnect | protected | Occurs immediately before the connection to the associated database is closed. |
BeforeDelete | published | Occurs before an application attempts to delete the active record. |
BeforeEdit | published | Occurs before an application enters edit mode for the active record. |
BeforeInsert | published | Occurs before an application enters insert mode. |
BeforeOpen | published | Occurs before an application executes a request to open a dataset. |
BeforePost | published | Occurs before an application posts changes for the active record to the database or change log. |
BeforeRefresh | published | Occurs immediately before an application refreshes the data in the dataset. |
BeforeScroll | published | Occurs before an application scrolls from one record to another. |
BeforeTransactionEnd | protected | Occurs immediately before a transaction that includes this dataset's query ends. |
DatabaseFree | protected | Occurs when the database associated with this dataset is freed. |
OnCalcFields | published | Occurs when an application recalculates calculated fields. |
OnDeleteError | published | Occurs when an application attempts to delete a record and an exception is raised. |
OnEditError | published | Occurs when an application attempts to modify or insert a record and an exception is raised. |
OnFilterRecord | public | Occurs only when a record is fetched from a DB or when the Filtered property is set to True. |
OnGetDeltaStreams | protected | |
OnNewRecord | published | Occurs when an application inserts or appends a new dataset record. |
OnPostError | published | Occurs when an application attempts to modify or insert a record and an exception is raised. |
OnUpdateError | published | Occurs if an exception is generated when cached updates are applied to a database. |
OnUpdateRecord | published | Occurs when cached updates are applied to a record. |
TransactionFree | protected | Occurs when the transaction that includes this dataset's query is freed. |