home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi 5 for Professionals
/
DELPHI5.iso
/
AddOns
/
Components
/
TEECHART
/
DELPHI4.EXE
/
%MAINDIR%
/
Examples
/
Other
/
SaveLoad
/
Teesavin.dpr
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-11-17
|
185 b
|
13 lines
program teesavin;
uses
Forms,
uteesave in 'UTEESAVE.PAS' {FormVirtual};
{$R *.RES}
begin
Application.CreateForm(TFormVirtual, FormVirtual);
Application.Run;
end.