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 |
< |
|
5 |
< |
unit dclibx; |
6 |
< |
|
7 |
< |
interface |
8 |
< |
|
9 |
< |
uses |
10 |
< |
IBDBReg, IBEventsEditor, IBTransactionEdit, IBDatabaseEdit, |
11 |
< |
IBSystemTables, ibdeletesqleditor, IBGeneratorEditor, ibinsertsqleditor, |
12 |
< |
ibmodifysqleditor, ibselectsqleditor, IBUpdateSQLEditor, IBSQLEditor, |
13 |
< |
IBDataSetEditor, LazarusPackageIntf; |
14 |
< |
|
15 |
< |
implementation |
16 |
< |
|
17 |
< |
procedure Register; |
18 |
< |
begin |
19 |
< |
RegisterUnit('IBDBReg', @IBDBReg.Register); |
20 |
< |
end; |
21 |
< |
|
22 |
< |
initialization |
23 |
< |
RegisterPackage('dclibx', @Register); |
24 |
< |
end. |
1 |
> |
(* |
2 |
> |
* IBX For Lazarus (Firebird Express) |
3 |
> |
* |
4 |
> |
* The contents of this file are subject to the Initial Developer's |
5 |
> |
* Public License Version 1.0 (the "License"); you may not use this |
6 |
> |
* file except in compliance with the License. You may obtain a copy |
7 |
> |
* of the License here: |
8 |
> |
* |
9 |
> |
* http://www.firebirdsql.org/index.php?op=doc&id=idpl |
10 |
> |
* |
11 |
> |
* Software distributed under the License is distributed on an "AS |
12 |
> |
* IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or |
13 |
> |
* implied. See the License for the specific language governing rights |
14 |
> |
* and limitations under the License. |
15 |
> |
* |
16 |
> |
* The Initial Developer of the Original Code is Tony Whyman. |
17 |
> |
* |
18 |
> |
* The Original Code is (C) 2015 Tony Whyman, MWA Software |
19 |
> |
* (http://www.mwasoftware.co.uk). |
20 |
> |
* |
21 |
> |
* All Rights Reserved. |
22 |
> |
* |
23 |
> |
* Contributor(s): ______________________________________. |
24 |
> |
* |
25 |
> |
*) |
26 |
> |
|
27 |
> |
{ This file was automatically created by Lazarus. Do not edit! |
28 |
> |
This source is only used to compile and install the package. |
29 |
> |
} |
30 |
> |
|
31 |
> |
unit dclibx; |
32 |
> |
|
33 |
> |
interface |
34 |
> |
|
35 |
> |
uses |
36 |
> |
IBDBReg, IBEventsEditor, IBTransactionEdit, IBDatabaseEdit, |
37 |
> |
ibdeletesqleditor, IBGeneratorEditor, ibinsertsqleditor, ibmodifysqleditor, |
38 |
> |
ibselectsqleditor, ibupdatesqleditor, ibsqleditor, dbFieldLinkPropEditor, |
39 |
> |
dbFieldListPropEditor, IBDSDialogs, IBSQLEditFrame, LazarusPackageIntf; |
40 |
> |
|
41 |
> |
implementation |
42 |
> |
|
43 |
> |
procedure Register; |
44 |
> |
begin |
45 |
> |
RegisterUnit('IBDBReg', @IBDBReg.Register); |
46 |
> |
end; |
47 |
> |
|
48 |
> |
initialization |
49 |
> |
RegisterPackage('dclibx', @Register); |
50 |
> |
end. |