CreateUnoStruct funkcija

Sukuria „Uno“ struktūros tipo egzempliorių.

Sintaksė:

oStruct = CreateUnoStruct( UnoTypeName as String ) as Object

Return type:

Object

Parametrai:

Name

Type

Description

UnoTypeName

String

Name of the UNO structure.


Pavyzdys:


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

Arba sakinyje naudokite šią struktūrą:


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

Paremkite mus!