Fungsi CreateUnoStruct

Membuat sampel dari tipe struktur Uno.

Sintaksis:

oStruct = CreateUnoStruct( Nama jenis Uno )

Nilai balikan:

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