Now it works! That seems redundant to declare an identifier when the interface 
name itself is unique. I would think the CORBA style identifier should default 
to the name of the interface.

Thanks, I wanted this feature for a while now.

On Jul 24, 2012, at 5:56 PM, Luiz Americo Pereira Camara wrote:

> For CORBA interfaces do
> 
>  IMyInterface = interface
>   ['myintf']
>        procedure DoThis (value: integer);
>    end;
> 
> if delegate.GetInterface('myintf', intfDelegate) then
>   intfDelegate.DoThis

Regards,
        Ryan Joseph
        thealchemistguild.com

_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to