| 
    LibreOffice
    
   LibreOffice 24.2 SDK API Reference 
   | 
 
describes an item of a DDE connection. More...
import"DDEItemInfo.idl";
Public Attributes | |
| string | Item | 
| The name of the DDE item.  More... | |
| sequence< sequence< any > > | Results | 
| The results of the item cached from the last update of the DDE link if available.  More... | |
describes an item of a DDE connection.
A DDE connection consists of the DDE service name, the DDE topic and a list of DDE items which may contain cached result sets.
| string Item | 
The name of the DDE item.
| sequence< sequence< any > > Results | 
The results of the item cached from the last update of the DDE link if available.
This sequence may be empty.
 1.8.14