
Word version number for Word 2000
Some days ago I posted some messages in borland.public.delphi.oleautomation
that were answered by Deborah Pate and helped me a lot.
In the answers it was advised to me to use "AppVersion :=
Reg.ReadString('')" and then I had to read the last character of AppVersion
in order to know the number corresponding to the Word version I have
installed, this is '8' for Word 97, '6' for Word 95.
Could someone please tell me what is the corresponding number for Word 2000?
As I want to detect the Word server a user of my application has, in order
to activate Word 95, Word 97 or Word 2000 and corresponding instructions
(word.basic, word.application and so on), I also ask you if I need to put
both Word97 and Word2000 in the uses part of my delphi 5 project?, or only
Word2000 and use OpenOld if the server is Word97?
Thank you for your attention.
Carlos Borrero