ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/dclibx.pas
Revision: 209
Committed: Wed Mar 14 12:48:51 2018 UTC (6 years, 1 month ago) by tony
Content type: text/x-pascal
File size: 677 byte(s)
Log Message:
Fixes Merged

File Contents

# User Rev Content
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.