Back to Devexpress

TcxDBDataController Events

vcl-cxdbdata-dot-tcxdbdatacontroller-dot-underscore-events.md

latest6.3 KB
Original Source

TcxDBDataController Events

A data controller that manages data from a TDataSet descendant.

NameDescription
OnAfterCancelOccurs after canceling the modifications to the active record if working in unbound or provider mode. Inherited from TcxCustomDataController.
OnAfterDeleteAllows you to perform specific actions after the data controller deletes a record. Inherited from TcxCustomDataController.
OnAfterInsertOccurs after inserting a new record if working in unbound or provider mode. Inherited from TcxCustomDataController.
OnAfterPostOccurs after saving changes made to a record if working in unbound or provider mode. Inherited from TcxCustomDataController.
OnBeforeCancelOccurs before canceling modifications to the active record if working in unbound or provider mode. Inherited from TcxCustomDataController.
OnBeforeDeleteAllows you to perform specific actions when the data controller is about to delete a record. Inherited from TcxCustomDataController.
OnBeforeImmediatePostInherited from TcxCustomDataController.
OnBeforeInsertOccurs before inserting a new record if working in unbound or provider mode. Inherited from TcxCustomDataController.
OnBeforePostOccurs before saving changes made to the modified record if working in unbound or provider mode. Inherited from TcxCustomDataController.
OnCanSelectRecord protectedInherited from TcxCustomDataController.
OnCompareAllows you to implement a custom sorting algorithm. Inherited from TcxCustomDataController.
OnDataChangedOccurs on changing data provided by the data controller. Inherited from TcxCustomDataController.
OnDetailCollapsedOccurs after the details of a particular master record have been collapsed. Inherited from TcxCustomDataController.
OnDetailCollapsingOccurs when the details of a particular master record are about to be collapsed. Inherited from TcxCustomDataController.
OnDetailExpandedOccurs after the details of a particular master record have been expanded. Inherited from TcxCustomDataController.
OnDetailExpandingOccurs when the details of a particular master record are about to be expanded. Inherited from TcxCustomDataController.
OnDetailHasChildrenFires when a grid view needs to determine whether a row’s detail is empty.
OnFilterRecordAllows you to implement a custom data filtering algorithm. Inherited from TcxCustomDataController.
OnFindCriteriaBeforeChangeEnables you to identify and track changes made to the data search criteria before they take effect on the data controller. Inherited from TcxCustomDataController.
OnFindCriteriaChangedEnables you to identify and track all data search criteria changes applied to the data controller. Inherited from TcxCustomDataController.
OnGridModeChanged
OnGroupingChangedOccurs after data grouping is changed. Inherited from TcxCustomDataController.
OnNewRecordAllows you to perform actions when the data controller is about to focus a new inserted record. Inherited from TcxCustomDataController.
OnRecordChangedFires in response to data changes. Inherited from TcxCustomDataController.
OnSortingChangedAllows you to respond to sorting changes. Inherited from TcxCustomDataController.
OnUpdateControlInherited from TcxCustomDataController.

See Also

TcxDBDataController Class

TcxDBDataController Members

cxDBData Unit