IBM Lotus Symphony


Printing the methods, interfaces, and properties of a UNO component

This section provides an example to print the methods, interfaces, and properties of a Universal Network Objects (UNO) component.

The following code is an example of printing the methods, interfaces, and properties of a UNO component. The component name used in this example is oDoc.
Sub Main
	Set oDoc = StarDesktop.CurrentComponent
	MsgBox oDoc.dbg_methods 'Methods of this object.
	MsgBox oDoc.dbg_supportedInterfaces 'Interfaces of this object.
	MsgBox oDoc.dbg_properties 'Properties of this object.
End Sub

Product Feedback | Additional Documentation | Trademarks