1 |
tony |
5 |
{ This file was automatically created by Lazarus. do not edit! |
2 |
|
|
This source is only used to compile and install the package. |
3 |
|
|
} |
4 |
|
|
|
5 |
|
|
unit dclibx; |
6 |
|
|
|
7 |
|
|
interface |
8 |
|
|
|
9 |
|
|
uses |
10 |
|
|
IBDBReg, IBEventsEditor, IBTransactionEdit, IBDatabaseEdit, |
11 |
|
|
IBSystemTables, ibdeletesqleditor, IBGeneratorEditor, ibinsertsqleditor, |
12 |
|
|
ibmodifysqleditor, ibselectsqleditor, IBUpdateSQLEditor, LazarusPackageIntf; |
13 |
|
|
|
14 |
|
|
implementation |
15 |
|
|
|
16 |
|
|
procedure Register; |
17 |
|
|
begin |
18 |
|
|
RegisterUnit('IBDBReg', @IBDBReg.Register); |
19 |
|
|
end; |
20 |
|
|
|
21 |
|
|
initialization |
22 |
|
|
RegisterPackage('dclibx', @Register); |
23 |
|
|
end. |