API:Datasnap.Win.ObjBrkr.TServerItem.Create
| [–] Properties | |
|---|---|
| Type: constructor | |
| Visibility: public | |
| Source: Datasnap.Win.ObjBrkr.pas Datasnap.Win.ObjBrkr.hpp
| |
| Unit: Datasnap.Win.ObjBrkr | |
| Parent: TServerItem | |
Delphi
constructor Create(AOwner: TCollection); override;
C++
__fastcall virtual TServerItem(System::Classes::TCollection* AOwner);
Description
Creates and initializes a TCollectionItem instance.
Datasnap.Win.ObjBrkr.TServerItem.Create inherits from System.Classes.TCollectionItem.Create. All content below this line refers to System.Classes.TCollectionItem.Create.
Creates and initializes a TCollectionItem instance.
Do not call Create to instantiate a collection item. Instead, call the Add method of the collection to which the item should belong.
Collection identifies the TCollection instance to which the new item belongs.