Holds the name of the topic of a DDELink or DDETopic object.

Property of

DDELink, DDETopic

Description

The topic property of a DDELink object contains the name of the topic for which you established a DDE link.

The topic property of a DDETopic object distinguishes the object from other DDETopic objects. For example, a dBASE Plus server application might create two DDETopic objects, one with a topic of NASDAQ and the other with a topic of AMEX:

xServer1 = new DdeTopic("NASDAQ")

xServer2 = new DdeTopic("AMEX")

The topic property is read-only.