Vcl.DdeMan.TDdeServerItem

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTDdeServerItem

Delphi

TDdeServerItem = class(TComponent)

C++

class PASCALIMPLEMENTATION TDdeServerItem : public System::Classes::TComponent

Properties

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

Description

TDdeServerItem defines the item of a DDE conversation.

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.

See Also