home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2002 November
/
Chip_2002-11_cd1.bin
/
zkuste
/
delphi
/
kompon
/
d123456
/
JBDBF.ZIP
/
TESTDBF.DPR
< prev
next >
Wrap
Text File
|
2001-12-05
|
193b
|
14 lines
program Testdbf;
uses
Forms,
Testdbf1 in 'TESTDBF1.PAS' {Form1};
{$R *.RES}
begin
Application.Initialize;
Application.CreateForm(TForm1, Form1);
Application.Run;
end.