home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Format Collection 48
/
SENT14D.ISO
/
tech
/
delphi
/
disk15
/
ole2doc.pak
/
OLE.DPR
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
|
1995-08-24
|
226 b
|
14 lines
program Ole;
uses
Forms,
Oleframe in 'OLEFRAME.PAS' {OLEFrameForm},
Oleobj in 'OLEOBJ.PAS' {OLEObjectForm};
{$R *.RES}
begin
Application.CreateForm(TOLEFrameForm, OLEFrameForm);
Application.Run;
end.