Axuda do Collabora Office 24.04
Comproba se un obxecto Uno de Basic soporta determinadas interfaces Uno.
Returns True, if all stated Uno interfaces are supported, otherwise False is returned.
HasUnoInterfaces( oTest, Nome-Interface-Uno 1 [, Nome-Interface-Uno 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" )