Relative Content

Tag Archive for delphiautomationms-word

Why is this delphi firemonkey procedure not opening ms-word and writing the contents of my listview as it should?

I am using firemonkey, delphi, community edition. I have a form with a button and a listview component. On clicking the button the program executes a procedure (form13.exportlistviewtoword(listview1)) that opens ms word and displays the contents of the listview in the ms word window. Unfortunately, on clocking the button ms-word opens as it should but the following message appears: Method ‘listview’ not supported by automation object. Can someone tell me where I’ve gone wrong (and provide a fix!).