Datasnap.Win.ObjBrkr.TServerItem.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TCollection); override;

C++

__fastcall virtual TServerItem(System::Classes::TCollection* AOwner);

Properties

Type Visibility Source Unit Parent
constructor public
Datasnap.Win.ObjBrkr.pas
Datasnap.Win.ObjBrkr.hpp
Datasnap.Win.ObjBrkr TServerItem

Description

Creates and initializes a TServerItem instance.

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.

See Also