AbBSu‖

kE9xe‖HasUnoInterfaces Function

JUPxm‖Tests if a Basic Uno object supports certain Uno interfaces.

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

FVEx2‖Syntax:

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

GePPP‖Return value:

Bool

WADQ4‖Parameters:

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

2Sa2D‖Uno-Interface-Name: list of Uno interface names.

EFSA4‖Example:


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