|
RAD Studio VCL Reference
|
TDdeServerItem defines the item of a DDE conversation.
[RootDesignerSerializerAttribute('', '', False)]
[SecurityPermission(SecurityAction.LinkDemand, UnmanagedCode=True)]
TDdeServerItem = class(TComponent);[RootDesignerSerializerAttribute('', '', False)]
[SecurityPermission(SecurityAction.LinkDemand, UnmanagedCode=True)]
class TDdeServerItem : public TComponent;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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|