IBM Lotus Symphony
|
Táto časť poskytuje príklad tlače metód, rozhraní a vlastností komponentu UNO (Universal Network Objects).
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