HasUnoInterfaces Function

рдЬрд╛рдБрдЪрддрд╛ рд╣реИ рдХрд┐ рдХреЛрдИ рдмреЗрд╕рд┐рдХ рдпреВрдПрдирдУ рд╡рд╕реНрддреБ рдХреБрдЫ рд╡рд┐рд╢рд┐рд╖реНрдЯ рдпреВрдПрдирдУ рдЗрдВрдЯрд░рдлрд╝реЗрд╕ рдХреЛ рд╕рдорд░реНрдерд┐рдд рдХрд░рддреЗ рд╣реИрдВ.

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:

Bool

Parameters:

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" )