HasUnoInterfaces Function [Runtime]/text/sbasic/shared/03104400.xhpSun Microsystems, Inc.converted from old format - fpeHasUnoInterfaces functionHasUnoInterfaces Function [Runtime]Tests if a Basic Uno object supports certain Uno interfaces.Returns True, if all stated Uno interfaces are supported, otherwise False is returned.Syntax:HasUnoInterfaces( oTest, Uno-Interface-Name 1 [, Uno-Interface-Name 2, ...])Return value:BoolParameters:oTest: the Basic Uno object that you want to test.Uno-Interface-Name: list of Uno interface names.Example:bHas = HasUnoInterfaces( oTest, "com.sun.star.beans.XIntrospection" )