HasUnoInterfaces Function

Testē, vai Basic Uno objekts atbalsta noteiktas Uno saskarnes.

Returns True, if all stated Uno interfaces are supported, otherwise False is returned.

Sintakse:


HasUnoInterfaces( oTest, Uno-Interface-Name 1 [, Uno-Interface-Name 2, ...])

Atgrieztā vērtība:

Bool

Parametri:

oTest: the Basic Uno object that you want to test.

Uno-Interface-Name: list of Uno interface names.

Piemērs:


    bHas = HasUnoInterfaces( oTest, "com.sun.star.beans.XIntrospection" )

Please support us!