Data.SqlExpr.TCustomSQLDataSet Events

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
AfterCancelpublicOccurs after an application completes a request to cancel modifications to the active record.
AfterClosepublishedOccurs after an application closes a dataset.
AfterDeletepublicOccurs after an application deletes a record.
AfterEditpublicOccurs after an application starts editing a record.
AfterInsertpublicOccurs after an application inserts a new record.
AfterOpenpublishedOccurs after an application completes opening a dataset and before any data access occurs.
AfterPostpublicOccurs 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.
BeforeCancelpublicOccurs before an application executes a request to cancel changes to the active record.
BeforeClosepublishedOccurs immediately before the dataset closes.
BeforeDeletepublicOccurs before an application attempts to delete the active record.
BeforeEditpublicOccurs before an application enters edit mode for the active record.
BeforeInsertpublicOccurs before an application enters insert mode.
BeforeOpenpublishedOccurs before an application executes a request to open a dataset.
BeforePostpublicOccurs 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.
OnCalcFieldspublishedOccurs when an application recalculates calculated fields.
OnDeleteErrorpublicOccurs when an application attempts to delete a record and an exception is raised.
OnEditErrorpublicOccurs 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
OnNewRecordpublicOccurs when an application inserts or appends a new dataset record.
OnPostErrorpublicOccurs when an application attempts to modify or insert a record and an exception is raised.
ParseDeleteSqlpublishedOccurs when an application attempts to parse the DELETE statement stored in the CommandText property.
ParseInsertSqlpublishedOccurs when an application attempts to parse the INSERT statement stored in the CommandText property.
ParseSelectSqlpublishedOccurs when an application attempts to parse the SELECT statement specified in the CommandText property.
ParseUpdateSqlpublishedOccurs when an application attempts to parse a SQL UPDATE statement stored in the CommandText property.