CreateUnoStruct Function

Luodaan Uno-struktuurityypin ilmentymä.

Syntaksi:

oStruct = CreateUnoStruct( Uno-tyypin nimi )

Paluuarvo:

Object

Parametrit:

Name

Type

Description

UnoTypeName

String

Name of the UNO structure.


Esimerkki:


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

Or use the following structure for your statement:


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