Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.89 DDELinkStyle Property

Description:

Indicates the type of link to be set up for the advise loop.

Used in control(s):

DDE

Values (with constants):

1 - Hot Link(POW-DDEHOTLINK)
Notifies control when data is updated.

2 - Warm Link(POW-DDEWARMLINK)
Does not notify control when data is updated.

The link style must be set before you start the advise loop.

Default value:

2 - Warm Link(POW-DDEWARMLINK)

COBOL picture:

S9(4) COMP-5

OLE data type:

VT_I2

Design time access:

Set and reference.

Execution time access:

Set and reference.

Backward compatibility attribute:

POW-DDELINKSTYLEPIC S9(4) COMP-5