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:
Value | Description |
---|---|
HOT | Server sends DDEADVISE event as soon as data changes. |
WARM | Server sends notification of changed data. |
AUTO | Server automatically updates data when change occurs (no event is triggered). |
COLD, OFF | No notification is available from the server. |