ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/tags/R2-3-0/ibexpress.pas
Revision: 206
Committed: Mon Apr 16 08:49:42 2018 UTC (6 years ago) by tony
Content type: text/x-pascal
File size: 1291 byte(s)
Log Message:
Tag Created for Revision 2-3-0

File Contents

# User Rev Content
1 tony 143 (*
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 tony 21 { 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 ibexpress;
32    
33     interface
34    
35     uses
36 tony 45 IBBatchMove, IBBlob, IBCustomDataSet, IBDatabase, IBEvents, IBExtract,
37 tony 31 IBQuery, IBServices, IBSQL, IBStoredProc, IBDatabaseInfo, IBUpdateSQL,
38 tony 47 IBTable, IBSQLMonitor, IBSQLParser, IBDialogs, ibxscript, IBDataOutput,
39 tony 80 IBVersion, IBUpdate;
40 tony 21
41     implementation
42    
43     end.