Funció CreateUnoStruct

Crea una instància d'un tipus d'estructura Uno.

Sintaxi:

oStruct = CreateUnoStruct( UnoTypeName as String ) as Object

Return type:

Object

Paràmetres:

Name

Type

Description

UnoTypeName

String

Name of the UNO structure.


Exemple:


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

Or use the following structure for your statement:


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

Ens cal la vostra ajuda!