Datasnap.DBClient.TCustomClientDataSet Events

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
AfterApplyUpdatesprotectedOccurs after the client dataset applies updates to the provider but before it attempts to reconcile update errors.
AfterCancelprotectedOccurs after an application completes a request to cancel modifications to the active record.
AfterCloseprotectedOccurs after an application closes a dataset.
AfterDeleteprotectedOccurs after an application deletes a record.
AfterEditprotectedOccurs after an application starts editing a record.
AfterExecuteprotectedOccurs after the client dataset receives the results from an execute command.
AfterGetParamsprotectedOccurs after the client dataset receives parameter values from the provider.
AfterGetRecordsprotectedOccurs after the client dataset fetches a data packet from the provider.
AfterInsertprotectedOccurs after an application inserts a new record.
AfterOpenprotectedOccurs after an application completes opening a dataset and before any data access occurs.
AfterPostprotectedOccurs after an application writes the active record to the database or change log and returns to browse state.
AfterRefreshprotectedOccurs after an application refreshes the data in the dataset.
AfterRowRequestprotectedOccurs after the client dataset fetches new information about the current record.
AfterScrollprotectedOccurs after an application scrolls from one record to another.
BeforeApplyUpdatesprotectedOccurs before the client dataset applies updates to the remote server.
BeforeCancelprotectedOccurs before an application executes a request to cancel changes to the active record.
BeforeCloseprotectedOccurs immediately before the dataset closes.
BeforeDeleteprotectedOccurs before an application attempts to delete the active record.
BeforeEditprotectedOccurs before an application enters edit mode for the active record.
BeforeExecuteprotectedOccurs before the client dataset executes the provider's query or stored procedure.
BeforeGetParamsprotectedOccurs before the client dataset fetches parameter values from the provider.
BeforeGetRecordsprotectedOccurs before the client dataset fetches a data packet from the provider.
BeforeInsertprotectedOccurs before an application enters insert mode.
BeforeOpenprotectedOccurs before an application executes a request to open a dataset.
BeforePostprotectedOccurs before an application posts changes for the active record to the database or change log.
BeforeRefreshprotectedOccurs immediately before an application refreshes the data in the dataset.
BeforeRowRequestprotectedOccurs before the client dataset fetches new information about the current record.
BeforeScrollprotectedOccurs before an application scrolls from one record to another.
OnCalcFieldsprotectedOccurs when an application recalculates calculated fields.
OnDeleteErrorprotectedOccurs when an application attempts to delete a record and an exception is raised.
OnEditErrorprotectedOccurs when an application attempts to modify or insert a record and an exception is raised.
OnFilterRecordprotectedOccurs only when a record is fetched from a DB or when the Filtered property is set to True.
OnGetDeltaStreamsprotected
OnNewRecordprotectedOccurs when an application inserts or appends a new dataset record.
OnPostErrorprotectedOccurs when an application attempts to modify or insert a record and an exception is raised.
OnReconcileErrorprotectedOccurs when a client dataset needs to reconcile an update to a record that could not be applied.