home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Format Collection 48
/
SENT14D.ISO
/
tech
/
delphi
/
disk15
/
ole2.pak
/
OLE2DEMO.DPR
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-08-24
|
170 b
|
14 lines
program Ole2demo;
uses
Forms,
Ole2win in 'OLE2WIN.PAS' {OLEWin};
{$R *.RES}
begin
Application.CreateForm(TOLEWin, OLEWin);
Application.Run;
end.