IDL Complex Type
TypeCode The CORBA TypeCode is represented by a Delphi class : Org.Omg.CORBA.TypeCode
// CORBA IDL
void something();
{ Delphi }

-- TBD --