RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDdeClientItem.Lines Property

Contains the text data to exchange in a DDE conversation.

Pascal
property Lines: TStrings;
C++
__property TStrings Lines;

Read Lines to get the text that is updated by the DDE server application. Lines is updated automatically by the DDE server. When Lines is changed by the server, an OnChange event occurs. 

Set the Lines property to poke data to the DDE server. 

Lines corresponds to the Text property. Whenever the value of Lines or Text is updated, the other is also changed so that the first line of Lines is always equal to Text.

Note: Lines of data can also be sent to the DDE server by calling the PokeDataLines method of the DDE client conversation.
 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!