RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDdeServerItem Class

TDdeServerItem defines the item of a DDE conversation.

Pascal
TDdeServerItem = class(TComponent);
C++
class TDdeServerItem : public TComponent;

DdeMan

Use TDdeServerItem by itself, or, optionally, with a TDdeServerConv object to enable an application to function as a DDE server. DDE clients link to an individual DDE server item by referring to the Name property. Once a link to a DDE client is established, the DDE server item can update the client to changes in the item data, or receive data that the DDE client pokes to the item. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!