0

I'm about to write a windows app that will merge database data with ms word docs. I would like to know whether I am able to do that with Firemonkey, so in the future I can reuse the non Windows-specific code in Mac. Am I able to use MS Office automation in Firemonkey? Thanks

Mike Sutton
  • 4,191
  • 4
  • 29
  • 42

1 Answers1

1

Firemonkey is just a visual framework and has no bearing on non-visual file processing etc.

The underlying language is Delphi/Pascal (or C++) and is very powerful and flexible.

I don't know what office automation involves, but I assume it is COM, which Delphi (and C++) is perfectly capable of working with.

Mike Sutton
  • 4,191
  • 4
  • 29
  • 42