<ddeItem> (DDE Item definition)

This element represents a DDE item.

Parent Elements

<ddeItems>3.14.3)

Child Elements

Subclause

<values> (DDE Name Values)

§3.14.19

Attributes

Description

<advise> (Advise)

Specifies whether the DDE server should notify the application when the external data changes. Default value is false.

The possible values for this attribute are defined by the XML Schema boolean datatype.

<name> (DDE Name)

Specifies the DDE item name.

The possible values for this attribute are defined by the ST_Xstring simple type (§3.18.96).

<ole> (OLE)

Set to true if this is item uses OLE. Default value is false.

The possible values for this attribute are defined by the XML Schema boolean datatype.

<preferPic> (Data is an Image)

Set to true if data from this DDE item is an image format. Default value is false.

The possible values for this attribute are defined by the XML Schema boolean datatype.

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_DdeItem">
	<sequence>
	<element name="values" type="CT_DdeValues" minOccurs="0" maxOccurs="1"/>
	</sequence>
	<attribute name="name" type="ST_Xstring" default="0"/>
	<attribute name="ole" type="xsd:boolean" use="optional" default="false"/>
	<attribute name="advise" type="xsd:boolean" use="optional" default="false"/>
	<attribute name="preferPic" type="xsd:boolean" use="optional" default="false"/>
</complexType>