27 |
|
{ IBX For Lazarus (Firebird Express) } |
28 |
|
{ Contributor: Tony Whyman, MWA Software http://www.mwasoftware.co.uk } |
29 |
|
{ Portions created by MWA Software are copyright McCallum Whyman } |
30 |
< |
{ Associates Ltd 2011 } |
30 |
> |
{ Associates Ltd 2011 - 2018 } |
31 |
|
{ } |
32 |
|
{************************************************************************} |
33 |
|
|
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 |
|
|
134 |
|
property TransactionFree; |
135 |
|
property OnFilterRecord; |
136 |
|
property OnValidatePost; |
137 |
+ |
property OnDeleteReturning; |
138 |
|
end; |
139 |
|
|
140 |
|
implementation |