CreateUnoStruct Function

Luodaan Uno-struktuurityypin ilmentymä.

Syntaksi:

oStruct = CreateUnoStruct( UnoTypeName as String ) as Object

Return type:

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

Please support us!