Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.83 DDEData Property

Description:

Contains the data transferred from the DDE server.

Used in control(s):

DDE

Value:

The data passed from the DDE server.

The DDEDataLength property contains the length of the data in DDEData.

Use the RequestData method if more than 4096 bytes is to be transferred.

Default value:

None.

COBOL picture:

X, up to 8192 bytes

OLE data type:

VT_BSTR

Design time access:

Not accessible.

Execution time access:

Reference only.

Backward compatibility attribute:

POW-DDEDATAPIC X(4096)