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!