FireDAC.Comp.Client.TFDMetaInfoQuery Events

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
AfterApplyUpdatespublicFires after the cached updates are applied to the database.
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.
AfterExecutepublicFires after the SQL command execution is finished.
AfterGetRecordpublishedFires after fetching the next rowset, once for each fetched record.
AfterGetRecordspublishedFires after fetching the next rowset.
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.
AfterRowRequestpublishedFires after fetching a record.
AfterScrollpublishedOccurs after an application scrolls from one record to another.
BeforeApplyUpdatespublicFires before the cached updates are applied to the database.
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.
BeforeExecutepublicFires before the SQL command execution is started.
BeforeGetRecordspublishedFires before fetching the next rowset.
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.
BeforeRowRequestpublishedFires before fetching the record.
BeforeScrollpublishedOccurs before an application scrolls from one record to another.
OnCalcFieldspublishedOccurs when an application recalculates calculated fields.
OnCommandChangedpublishedFires after the SQL property value is changed.
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.
OnErrorpublishedAn event that fires when an error happens while the dataset is communicating with a DBMS.
OnExecuteErrorpublicThe event is triggered when an error is generated, while executing an Array DML query.
OnFilterRecordpublishedOccurs only when a record is fetched from a DB or when the Filtered property is set to True.
OnGetDeltaStreamsprotected
OnMasterSetValuespublicFires after a detailed dataset has set detailed query parameters.
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.
OnReconcileErrorpublicFires when a dataset needs to reconcile an update to a record that cannot not be applied.
OnUpdateErrorpublicFires if an exception is generated when updates are applied to a database.
OnUpdateRecordpublicOccurs when a record update is applied to a database.