Applies to

Edit box, edit line.

Description

Sends a command string to the server.

Usage

existingprop = Set_Property (objectname, "DDECOMMAND", command)

Remarks

Values passed in Set_Property:

ValueDescription
CommandA command in a form recognizable to the server.

Although each DDE server-capable application can accept commands from the client, the interpretation of a command is completely dependent upon the server application. Refer to your server application for more details.

Returns

Values returned by both Get_Property and Set_Property:

ValueDescription
currentcommandCurrent service item, if any.
ExistingpropName of current item, when Set_Property was run.

Note

Any command string must be enclosed between brackets.

  • No labels