This interface selects the style of interface that the compiler will use:
{$INTERFACES COM}
|
selects COM compatible interfaces, while
{$INTERFACES CORBA}
|
selects CORBA compatible interfaces.
This switch is equivalent to the -SI command-line option.