:: com :: sun :: star :: sheet ::
|
unpublished |
struct DDEItemInfo |
|
|
|
- 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.
|
Elements' Summary |
Item |
The name of the DDE item.
|
Results |
The results of the item cached from the last update of the DDE link if
available. This sequence may be empty.
|
Elements' Details |
Item
string Item;
- Description
- The name of the DDE item.
|
|
Results
sequence< sequence< any > > Results;
- Description
- The results of the item cached from the last update of the DDE link if
available. This sequence may be empty.
|
|
Top of Page
Copyright © 2010 Sun Microsystems, Inc.