Share via


DDEClient.request Method

Requests the data that belongs to an item.

Syntax

public str request(str Item, [int Wait])

Run On

Client

Parameters

  • Item
    Type: str
    The Dynamic Data Exchange (DDE) server item.
  • Wait
    Type: int
    The wait time in seconds; optional. The default value is 5. A value of 0 indicates asynchronous transactions.

Return Value

Type: str
The data for the item.

See Also

Reference

DDEClient Class