Fonction CreateUnoStruct

Crée une instance d'une structure de type Uno.

Syntaxe :

oStruct = CreateUnoStruct(nom de type Uno)

Exemple :


         oStruct = CreateUnoStruct( "com.sun.star.beans.Property" )
     

Ou utilisez la structure suivante pour cette instruction :


         Dim oStruct as new com.sun.star.beans.Property
     

Aidez-nous !