[fpc-pascal] Interface performance
    Graeme Geldenhuys 
    mailinglists at geldenhuys.co.uk
       
    Fri Nov 11 15:16:14 CET 2016
    
    
  
On 2016-11-11 10:52, Tony Whyman wrote:
> Someone else may correct me, but with CORBA, I believe you have to 
> explicitly add a function to the interface such as
> 
> function GetObject: TMyObject;
I may be wrong too, but I thought, for reliable results, you had to do
that for COM and CORBA style interfaces. Then again, I've used
Interfaces for 15+ years and once I have a interface reference, I never
needed to get back to the originating object. Maybe I was just lucky in
my use cases. ;-)
Regards,
  Graeme
-- 
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://fpgui.sourceforge.net/
My public PGP key:  http://tinyurl.com/graeme-pgp
    
    
More information about the fpc-pascal
mailing list