CreateUnoStruct Function [Runtime] /text/sbasic/shared/03131500.xhp Sun Microsystems, Inc. converted from old format - fpe
CreateUnoStruct function CreateUnoStruct Function [Runtime] Creates an instance of a Uno structure type.
Use the following structure for your statement: Dim oStruct as new com.sun.star.beans.Property Syntax: oStruct = CreateUnoStruct( Uno type name ) Example: oStruct = CreateUnoStruct( "com.sun.star.beans.Property" )