CreateUnoStruct Function

Создаёт экземпляр типа структуры Uno.

Синтаксис:

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
     

Пожалуйста, поддержите нас!