Función CreateUnoStruct

Crea un ejemplo de estructura de tipo Uno.

Sintaxis:

oStruct = CreateUnoStruct( nombre de tipo Uno )

Valor de retorno:

Object

Parámetros:

Name

Type

Description

UnoTypeName

String

Name of the UNO structure.


Ejemplo:


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

Or use the following structure for your statement:


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