[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Internal callback type
Source position: db.pas line 1331
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 |