Função CreateUnoStruct

Cria uma ocorrência de um tipo de estrutura Uno.

Sintaxe:

oStruct = CreateUnoStruct( UnoTypeName as String ) as Object

Return type:

Object

Parâmetros:

Name

Type

Description

UnoTypeName

String

Name of the UNO structure.


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
     

Necessitamos da sua ajuda!