Funktion CreateUnoStruct

Erstellt eine Instanz eines Uno-Strukturtyps.

Syntax:

oStruct = CreateUnoStruct( Uno_Typname )

Beispiel:


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

Or use the following structure for your statement:


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