Internal callback type.
Source position: db.pas line 1600
type TDataOperation = procedure of object; |
TDataOperation is a prototype handler used internally in TDataset. It can be changed at any time, so it should not be used in end-user code.
|
Event handler prototype for dataset events. |