RAD Studio VCL Reference
|
TDdeClientConv represents a DDE conversation with a DDE server application.
[RootDesignerSerializerAttribute('', '', False)] [SecurityPermission(SecurityAction.LinkDemand, UnmanagedCode=True)] TDdeClientConv = class(TComponent);
[RootDesignerSerializerAttribute('', '', False)] [SecurityPermission(SecurityAction.LinkDemand, UnmanagedCode=True)] class TDdeClientConv : public TComponent;
Use TDdeClientConv with a TDdeClientItem object to enable an application to act as a DDE client. TDdeClientConv provides many properties, events, and methods that provide services to
Link to a specified DDE server with a specified DDE topic.
Send data or macro commands to the DDE server after a link has been established.
Specify a format for the data that is sent to the DDE server.
Allow event handlers to respond when the DDE link is opened or closed.
TDdeClientItem objects are associated with a TDdeClientConv by setting their DdeConv property.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|