HasUnoInterfaces Function

Tests if a Basic Uno object supports certain Uno interfaces.

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

தொடரமைப்பு:

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

திரும்பும் மதிப்பு:

Bool

அளவுருக்கள்:

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

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

எடுத்துக்காட்டு:


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

Please support us!