IBM Lotus Symphony
|
Cette section fournit un exemple d'impression des méthodes, interfaces et propriétés d'un composant 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