[ Back to Diary Page ]

Explorer SIG
Location: Room 2
Date: Tuesday, April 11
Topic: Using Automation with Delphi
Rob Windsor, G6 Consulting
http://www.g6consulting.com

By using automation objects link Word, Excel or Visio you can add tremendous functionality to your applications. Unfortunately, working with these automation objects in Delphi can be a little frustrating because they are not designed to be used with a language that is strongly typed.

This session will show how to get started using automation objects in your Delphi applications and then move in to some of the trickier aspects like Variant Arrays, Safe Arrays, the TVarData data type and the EmptyParam.

 
Files: DelphiAutomation.zip (378 Kb)
The example code Rob used in his presentation.

[ Back to Diary Page ]