home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi 5 for Professionals
/
DELPHI5.iso
/
AddOns
/
Components
/
TEECHART
/
Delphi1_And_Delphi2
/
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-10-24
|
185 b
|
13 lines
program teesavin;
uses
Forms,
uteesave in 'UTEESAVE.PAS' {FormVirtual};
{$R *.RES}
begin
Application.CreateForm(TFormVirtual, FormVirtual);
Application.Run;
end.