<value> (Value)

This element contains a value associated with a particular DDE item. This serves as a container for the <val> element.

Parent Elements

<values>3.14.19)

Child Elements

Subclause

<val> (DDE Link Value)

§3.14.17

Attributes

Description

<t> (DDE Value Type)

Indicates the type of the DDE value.

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

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

<complexType name="CT_DdeValue">
	<sequence>
	<element name="val" type="ST_Xstring" minOccurs="1" maxOccurs="1"/>
	</sequence>
	<attribute name="t" type="ST_DdeValueType" use="optional" default="n"/>
</complexType>