RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TServerItem.Create Constructor

Creates and initializes a TServerItem instance.

Pascal
constructor Create(AOwner: TCollection); override;
C++
virtual __fastcall TServerItem(TCollection AOwner);

Do not call Create directly to add a new server item to a server collection. Instead, use the Add or Insert method of the TServerCollection object. 

The AOwner parameter specifies the server collection that manages the newly created server item. 

After calling the inherited constructor, Create initializes the Enabled property to true, the HasFailed property to false, and the Port property to 211. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!