CreateUnoStruct Function

Létrehozza egy Uno-struktúratípus egy példányát.

Szintaxis:

oStruct = CreateUnoStruct( Uno-típus neve )

Visszatérési érték:

Object

Paraméterek:

Name

Type

Description

UnoTypeName

String

Name of the UNO structure.


Példa:


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

Or use the following structure for your statement:


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