%title%>TPSQLTable.Events
<%d_r%>Ниже приведен список событий объекта TPSQLTable с кратким описанием:
<%d_e%>Please see TPSQLTable events short descriptions below:
<%h_e%>Derived from TDataSet
<%pn%>AfterCancel
<%pc_r%>
<%pc_e%>Occurs after an application completes a request to cancel modifications to the active record.
<%pn%>AfterClose
<%pc_r%>
<%pc_e%>Occurs after an application closes a dataset.
<%pn%>AfterDelete
<%pc_r%>
<%pc_e%>Occurs after an application deletes a record.
<%pn%>AfterEdit
<%pc_r%>
<%pc_e%>Occurs after an application starts editing a record.
<%pn%>AfterInsert
<%pc_r%>
<%pc_e%>Occurs after an application inserts a new record.
<%pn%>AfterOpen
<%pc_r%>
<%pc_e%>Occurs after an application completes opening a dataset and before any data access occurs.
<%pn%>AfterPost
<%pc_r%>
<%pc_e%>Occurs after an application writes the active record to the database or cache returns to browse state.
<%pn%>AfterRefresh
<%pc_r%>
<%pc_e%>Occurs after an application refreshes the data in the dataset.
<%pn%>AfterScroll
<%pc_r%>
<%pc_e%>Occurs after an application scrolls from one record to another.
<%pn%>BeforeCancel
<%pc_r%>
<%pc_e%>Occurs before an application executes a request to cancel changes to the active record.
<%pn%>BeforeClose
<%pc_r%>
<%pc_e%>Occurs before an application executes a request to close the dataset.
<%pn%>BeforeDelete
<%pc_r%>
<%pc_e%>Occurs before an application attempts to delete the active record.
<%pn%>BeforeEdit
<%pc_r%>
<%pc_e%>Occurs before an application enters edit mode for the active record.
<%pn%>BeforeInsert
<%pc_r%>
<%pc_e%>Occurs before an application enters insert mode.
<%pn%>BeforeOpen
<%pc_r%>
<%pc_e%>Occurs before an application executes a request to open a dataset.
<%pn%>BeforePost
<%pc_r%>
<%pc_e%>Occurs before an application posts changes for the active record to the database or cache.
<%pn%>BeforeRefresh
<%pc_r%>
<%pc_e%>Occurs immediately before an application refreshes the data in the dataset.
<%pn%>BeforeScroll
<%pc_r%>
<%pc_e%>Occurs before an application scrolls from one record to another.
<%pn%>OnCalcFields
<%pc_r%>
<%pc_e%>Occurs when an application recalculates calculated fields.
<%pn%>OnDeleteError
<%pc_r%>
<%pc_e%>Occurs when an application attempts to delete a record and an exception is raised.
<%pn%>OnEditError
<%pc_r%>
<%pc_e%>Occurs when an application attempts to modify or insert a record and an exception is raised.
<%pn%>OnFilterRecord
<%pc_r%>
<%pc_e%>Occurs each time a different record in the dataset becomes the active record and filtering is enabled.
<%pn%>OnNewRecord
<%pc_r%>
<%pc_e%>Occurs when an application inserts or appends a new dataset record.
<%pn%>OnPostError
<%pc_r%>
<%pc_e%>Occurs when an application attempts to modify or insert a record and an exception is raised.