IBX.IBCustomDataSet.TIBCustomDataSet Events

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
AfterCancelpublishedOccurs after an application completes a request to cancel modifications to the active record.
AfterClosepublishedOccurs after an application closes a dataset.
AfterDatabaseDisconnectprotectedOccurs immediately after the connection to the associated database is closed.
AfterDeletepublishedOccurs after an application deletes a record.
AfterEditpublishedOccurs after an application starts editing a record.
AfterInsertpublishedOccurs after an application inserts a new record.
AfterOpenpublishedOccurs after an application completes opening a dataset and before any data access occurs.
AfterPostpublishedOccurs after an application writes the active record to the database or change log and returns to browse state.
AfterRefreshpublishedOccurs after an application refreshes the data in the dataset.
AfterScrollpublishedOccurs after an application scrolls from one record to another.
AfterTransactionEndprotectedOccurs immediately after a transaction that includes this dataset's query ends.
BeforeCancelpublishedOccurs before an application executes a request to cancel changes to the active record.
BeforeClosepublishedOccurs immediately before the dataset closes.
BeforeDatabaseDisconnectprotectedOccurs immediately before the connection to the associated database is closed.
BeforeDeletepublishedOccurs before an application attempts to delete the active record.
BeforeEditpublishedOccurs before an application enters edit mode for the active record.
BeforeInsertpublishedOccurs before an application enters insert mode.
BeforeOpenpublishedOccurs before an application executes a request to open a dataset.
BeforePostpublishedOccurs before an application posts changes for the active record to the database or change log.
BeforeRefreshpublishedOccurs immediately before an application refreshes the data in the dataset.
BeforeScrollpublishedOccurs before an application scrolls from one record to another.
BeforeTransactionEndprotectedOccurs immediately before a transaction that includes this dataset's query ends.
DatabaseFreeprotectedOccurs when the database associated with this dataset is freed.
OnCalcFieldspublishedOccurs when an application recalculates calculated fields.
OnDeleteErrorpublishedOccurs when an application attempts to delete a record and an exception is raised.
OnEditErrorpublishedOccurs when an application attempts to modify or insert a record and an exception is raised.
OnFilterRecordpublicOccurs only when a record is fetched from a DB or when the Filtered property is set to True.
OnGetDeltaStreamsprotected
OnNewRecordpublishedOccurs when an application inserts or appends a new dataset record.
OnPostErrorpublishedOccurs when an application attempts to modify or insert a record and an exception is raised.
OnUpdateErrorpublishedOccurs if an exception is generated when cached updates are applied to a database.
OnUpdateRecordpublishedOccurs when cached updates are applied to a record.
TransactionFreeprotectedOccurs when the transaction that includes this dataset's query is freed.