CreateUnoStruct Function

Creates an instance of a Uno structure type.

தொடரமைப்பு:

oStruct = CreateUnoStruct( Uno type name )

எடுத்துக்காட்டு:


         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!