home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2001 October
/
Chip_2001-10_cd1.bin
/
zkuste
/
delphi
/
nastroje
/
d23456
/
SPLBASE.ZIP
/
Splbase
/
Activex
/
SplBaseXControl1.dpr
< prev
next >
Wrap
Text File
|
2001-08-05
|
1KB
|
46 lines
(*********** SplitBase Data Management Systems ***********
* *
* Copyright (c) 2001 Leon O. Romain *
* *
* leon@kafou.com *
* *
*********************************************************)
{
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
}
library SplBaseXControl1;
uses
ComServ,
SplBaseXControl1_TLB in 'SplBaseXControl1_TLB.pas',
SplBaseImpl1 in 'SplBaseImpl1.pas' {SplBaseX: CoClass};
{$E ocx}
exports
DllGetClassObject,
DllCanUnloadNow,
DllRegisterServer,
DllUnregisterServer;
{$R *.TLB}
{$R *.RES}
begin
end.