Vcl.DdeMan.TDdeServerItem.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Properties

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

Description

Creates an instance of TDdeServerItem.

Call Create to instantiate a DDE server item at runtime. TDdeServerItem objects placed on forms at design time are created automatically.

After calling the inherited constructor, Create initializes the Fmt property to CF_TEXT, and creates a helper object to manage the Lines property.

See Also