CreateUnoStruct Function

Creates an instance of a Uno structure type.

አገባብ:

oStruct = CreateUnoStruct( UnoTypeName as String ) as Object

Return type:

Object

ደንቦች:

Name

Type

Description

UnoTypeName

String

Name of the UNO structure.


ለምሳሌ:


         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!