LibreOffice
LibreOffice 24.2 SDK API Reference
Public Attributes | List of all members
DDEItemInfo Struct 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...
 

Detailed Description

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.

Since
OOo 3.1

Member Data Documentation

◆ Item

string Item

The name of the DDE item.

◆ Results

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.


The documentation for this struct was generated from the following file: