home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi Developer's Kit 1996
/
Delphi Developer's Kit 1996.iso
/
power
/
dbflit16
/
filtdemo.dpr
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-12-22
|
222 b
|
14 lines
program Filtdemo;
uses
Forms,
Fltdemo1 in 'FLTDEMO1.PAS' {Form1};
{$R *.RES}
begin
Application.Title := 'TUZFilter Demo Version 1.05';
Application.CreateForm(TForm1, Form1);
Application.Run;
end.