Vcl.DdeMan.TDdeClientConv
Delphi
TDdeClientConv = class(TComponent)
C++
class PASCALIMPLEMENTATION TDdeClientConv : public System::Classes::TComponent
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Vcl.DdeMan.pas Vcl.DdeMan.hpp |
Vcl.DdeMan | Vcl.DdeMan |
Description
TDdeClientConv represents a DDE conversation with a DDE server application.
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.