1 |
tony |
19 |
{ 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 |
tony |
21 |
unit dclibx; |
6 |
tony |
19 |
|
7 |
tony |
209 |
{$warn 5023 off : no warning about unused units} |
8 |
tony |
19 |
interface |
9 |
|
|
|
10 |
|
|
uses |
11 |
tony |
80 |
IBDBReg, IBEventsEditor, IBTransactionEdit, IBDatabaseEdit, |
12 |
tony |
19 |
ibdeletesqleditor, IBGeneratorEditor, ibinsertsqleditor, ibmodifysqleditor, |
13 |
tony |
80 |
ibselectsqleditor, ibupdatesqleditor, ibsqleditor, dbFieldLinkPropEditor, |
14 |
tony |
209 |
dbFieldListPropEditor, IBDSDialogs, IBSQLEditFrame, ibserviceeditor, |
15 |
|
|
LazarusPackageIntf; |
16 |
tony |
19 |
|
17 |
tony |
21 |
implementation |
18 |
tony |
19 |
|
19 |
|
|
procedure Register; |
20 |
|
|
begin |
21 |
|
|
RegisterUnit('IBDBReg', @IBDBReg.Register); |
22 |
|
|
end; |
23 |
|
|
|
24 |
|
|
initialization |
25 |
|
|
RegisterPackage('dclibx', @Register); |
26 |
|
|
end. |