IDL Complex Type
fixed The CORBA fixed is represented by a non CORBA standard class - Org.Omg.CORBA.Fixed.  The typedef definition is mapped to a Delphi's helper class as follow:
// CORBA IDL
typedef fixed<5,2> fixedT;
e.g :
fixedTHelper
{ Delphi }
					
-- TBD