Applies to

Edit line, edit box.

Description

Used only with Get_Property, returns the connection mode for the current DDE session.

Usage

mode = Get_Property (editlinename, "DDEMODE")

Remarks

The value returned in mode is one of the following values:

ValueDescription
HOTServer sends DDEADVISE event as soon as data changes.
WARMServer sends notification of changed data.
AUTOServer automatically updates data when change occurs (no event is triggered).
COLD, OFFNo notification is available from the server.

See also

DDELINK property

  • No labels