Vcl.DdeMan.TDdeClientItem

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTDdeClientItem

Delphi

TDdeClientItem = class(TComponent)

C++

class PASCALIMPLEMENTATION TDdeClientItem : public System::Classes::TComponent

Properties

Type Visibility Source Unit Parent
class public
Vcl.DdeMan.pas
Vcl.DdeMan.hpp
Vcl.DdeMan Vcl.DdeMan

Description

TDDEClientItem defines an item in a DDE conversation.

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.

See Also