ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/dclibx.pas
Revision: 5
Committed: Fri Feb 18 16:26:16 2011 UTC (13 years, 2 months ago) by tony
Content type: text/x-pascal
File size: 540 byte(s)
Log Message:
Committing updates for Release pre-release

File Contents

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