# | Line 43 | Line 43 | uses | |
---|---|---|
43 | {$ELSE} | |
44 | unix, | |
45 | {$ENDIF} | |
46 | < | SysUtils, Classes, Db, |
47 | < | IBHeader, IB, IBCustomDataSet, IBSQL, IBSQLParser; |
46 | > | SysUtils, Classes, Db, IB, IBCustomDataSet, IBSQL; |
47 | ||
48 | type | |
49 | ||
# | Line 135 | Line 134 | type | |
134 | property TransactionFree; | |
135 | property OnFilterRecord; | |
136 | property OnValidatePost; | |
137 | + | property OnDeleteReturning; |
138 | end; | |
139 | ||
140 | implementation |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |