1 |
< |
{ This file was automatically created by Lazarus. do not edit! |
1 |
> |
{ This file was automatically created by Lazarus. Do not edit! |
2 |
|
This source is only used to compile and install the package. |
3 |
|
} |
4 |
|
|
9 |
|
uses |
10 |
|
IBDBReg, IBEventsEditor, IBTransactionEdit, IBDatabaseEdit, |
11 |
|
IBSystemTables, ibdeletesqleditor, IBGeneratorEditor, ibinsertsqleditor, |
12 |
< |
ibmodifysqleditor, ibselectsqleditor, IBUpdateSQLEditor, LazarusPackageIntf; |
12 |
> |
ibmodifysqleditor, ibselectsqleditor, IBUpdateSQLEditor, IBSQLEditor, |
13 |
> |
IBDataSetEditor, LazarusPackageIntf; |
14 |
|
|
15 |
|
implementation |
16 |
|
|