RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDdeServerItem.Create Constructor

Creates an instance of TDdeServerItem.

Pascal
constructor Create(AOwner: TComponent); override;
C++
virtual __fastcall TDdeServerItem(TComponent * AOwner);

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!