IDL Complex Type
custom valuetype

The CORBA custom valuetype (TBD) ..... 

It maps to Delphi's class type.

// CORBA IDL
custom valuetype valueExample
{
   private long number_state;
   public string name_state;
   void print();
};
e.g.
valueExample
valueExampleHelper
{ Delphi }