home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2001 December
/
Chip_2001-12_cd1.bin
/
zkuste
/
delphi
/
kompon
/
d23456
/
CAJSCRTP.ZIP
/
demo_kylix
/
oletest.ifs
< prev
next >
Wrap
Text File
|
2001-04-20
|
166b
|
8 lines
Program IFSTest;
var
s: IDispatch;
Begin
s := CreateOleObject('Word.Application');
writeln(IntToStr(s.Creator)); // should s.Creator be an integer?
End.