Fungsi CreateUnoStruct

Membuat sampel dari tipe struktur Uno.

Sintaksis:

oStruct = CreateUnoStruct( UnoTypeName as String ) as Object

Return type:

Object

Parameter:

Name

Type

Description

UnoTypeName

String

Name of the UNO structure.


Contoh:


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

Or use the following structure for your statement:


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

Mohon dukung kami!