1.2.13 $INTERFACES : Default interface type

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.