home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1999 March
/
Chip_1999-03_cd.bin
/
zkuste
/
delphi
/
INFO
/
DI9806BT.ZIP
/
textfile
/
TEXTFILE.DPR
< prev
next >
Wrap
Text File
|
1994-12-15
|
167b
|
13 lines
program Textfile;
uses
Forms,
Textfilf in 'TEXTFILF.PAS' {Form1};
{$R *.RES}
begin
Application.CreateForm(TForm1, Form1);
Application.Run;
end.