Board index » delphi » Automation object property which returns another automation object??
Jeff Davis
![]() Delphi Developer |
Mon, 03 Dec 2001 03:00:00 GMT
Automation object property which returns another automation object??
I'm trying to create an OLE automation interface to my application. I have a
main object called "_Application" which implements the "I_Application" interface. I want to have a property called "CurrentUser" on this object that returns an automation object of type "I_SystemUser". My class that implements the _Application CoClass has an "FCurrentUser" The implementation of the "Get_CurrentUser" function on the "T_Application" For some reason, I can create an "_Application" OLE Automation object and I can call other properties on the "_Application" OLE Automation object that I'm using Delphi 3.01. Anyone have experience with automation object properties that return other |