Vcl.DdeMan.TDdeClientItem.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Properties

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

Description

Creates an instance of TDdeClientItem.

Call Create to instantiate a TDdeClientItem at runtime. After calling the inherited constructor, Create creates a helper object to manage the Lines property.

See Also