RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDdeServerItem.PokeData Method

Processes data that has been poked to the DDE server item by a DDE client.

Pascal
function PokeData(Data: HDdeData): LongInt;
C++
__fastcall LongInt PokeData(HDdeData Data);

Call PokeData to inform the DDE server item that the DDE conversation holds data that has been poked from a DDE client. Data is the DDE handle to the poked data. 

PokeData does the following: 

1Uses the Data handle to obtain the data that was poked. 

2Sets the Lines property to the new data value. 

3Triggers an OnChange event. 

4Sends the new value of the data back to the DDE client. 

5Triggers an OnPokeData event. 

 

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