Functie CreateUnoStruct

Creëert een voorbeeld van een Uno-structuurtype.

Syntaxis:

oStruct = CreateUnoStruct(Uno type naam)

Voorbeeld:


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

Of gebruik de volgende structuur voor uw instructie:


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

Help ons, alstublieft!