Vcl.DdeMan.TDdeClientConv.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TDdeClientConv(System::Classes::TComponent* AOwner);

Properties

Type Visibility Source Unit Parent
constructor public
Vcl.DdeMan.pas
Vcl.DdeMan.hpp
Vcl.DdeMan TDdeClientConv

Description

Creates an instance of TDdeClientConv.

Call Create to create an instance of TDdeClientConv. After calling the inherited constructor, Create creates the helper objects used to manage individual DDE client items.

See Also