CreateUnoStruct Function

Creates an instance of a Uno structure type.

Sintaxe:

oStruct = CreateUnoStruct( nome de tipo Uno )

Exemplo:


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

Or use the following structure for your statement:


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

Precisamos da súa axuda!