LibreOffice 24.8 Hjælp
Tester om et Basic UNO-objekt understøtter bestemte Uno-interfaces.
Returnerer sand, hvis alle oplyste Uno-interfaces er understøttede, ellers returneres falsk.
HasUnoInterfaces( oTest, UNO-interfacenavn 1 [, UNO-interfacenavn 2, ...])
Bool
oTest: Basic UNO-objektet som du vil teste.
UNO-interfacenavn: Liste af UNO-interfacenavne.
bHas = HasUnoInterfaces( oTest, "com.sun.star.beans.XIntrospection" )