[fpc-devel] Tests of observer feature [was: Considerations about observer]
Sven Barth
pascaldragon at googlemail.com
Thu Nov 29 10:08:33 CET 2012
Am 29.11.2012 03:59, schrieb luiz americo pereira camara:
> As is today, if you have a reference to a IFPObserver is not possible
> to use it to attach to, e.g., child objects. This occurs because AFAIK
> you can't get a TObject from a interface reference.
At least for COM interfaces "as" and "is" with a class type on the right
side is supported. The corresponding code for Corba interfaces is not
implemented (yet). This feature exists at least since 2.6.0.
Regards,
Sven
More information about the fpc-devel
mailing list