RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDdeClientItem Class

TDDEClientItem defines an item in a DDE conversation.

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

DdeMan

Use TDDEClientItem with TDDEClientConv to enable an application to act as a DDE client. A DDE client item specifies a single item supported by a DDE server. A single TDDEClientConv object may be associated with multiple client items. If the DDE client conversation has established a link with a DDE server, the server will automatically and continually update all client items until the conversation is terminated. 

 

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