Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Object-Pascal / Delphi-Language (https://www.delphipraxis.net/32-object-pascal-delphi-language/)
-   -   Delphi Dokument in Word (https://www.delphipraxis.net/10989-dokument-word.html)

Nimoee 29. Okt 2003 10:00


Dokument in Word
 
Hallo,

wie erstelle ich ein Dokument in Word aus Delphi heraus.
Aber nicht über ein Austauschformat!

Nimoee

Bernhard Geyer 8. Nov 2003 16:56

Re: Dokument in Word
 
Indem Du es per Automatisierung fernsteuerst

toms 8. Nov 2003 17:10

Re: Dokument in Word
 
Delphi-Quellcode:
uses
  ComObj;

var
  Word: Variant;
begin
  Word := CreateOleObject('Word.Application');  
  Word.Visible := True;
end;


Alle Zeitangaben in WEZ +1. Es ist jetzt 20:00 Uhr.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz