Talk:Interfaces
From Free Pascal wiki
Jump to navigationJump to search
This example deserves a full rewrite since there is * a lot * wrong with it. 1. It uses CORBA interfaces instead of the default COM 2. It suggests that GUIDS work the same in CORBA as in COM and that is wrong: in CORBA an interface identifier is just a string, NOT a TGUID although you can mis-use a string representation of a GUID as an identifier. 3. IS and AS work different in CORBA from COM, in fact completely different.