| |
| Automating Word 8 (word97) |
 |
How do I automate word 8 (aka word97)?
You can get to any of the interfaces exposed by the word
automation server. These can be found by loading
the file "MSWORD8.OLB" into Delphi which will display
the type library information. The following code sample
demonstrates creating a new word document and inserting
text into the document via automation. uses
ComObj; procedure TForm .Button Click(Sender: TObject);
var
Word97: Variant;
begin
Word97 := CreateOLEObject('Word.Application');
Word97.Documents.Add;
Word97.Selection.TypeText('Wow BOB woW');
Word97.Visible := True;
Word97:= UnAssigned;
end;
3/ 0/99 0: 5:08 AM
|
|
| Hits/month |
2,500,000+ |
Downloads (Since May 2000) |
7,393,709 |
| Total Files |
6,023 |
| Forum msgs |
7,670 |
| Articles/FAQs |
70+/900+ |
Top Selling Software at Amazon
|