Funkce CreateUnoStruct

Vytvoří instanci typu Uno structure.

Syntaxe:

oStruct = CreateUnoStruct( název typu Uno )

Příklad:


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

Or use the following structure for your statement:


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