Data.Bind.ObjectScope.TBindFieldDef.Create

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: constructor
Visibility: public
Source: Data.Bind.ObjectScope.hpp
Unit: Data.Bind.ObjectScope
Parent: TBindFieldDef

C++

/* TCollectionItem.Create */ inline __fastcall virtual TBindFieldDef(System::Classes::TCollection* Collection) : System::Classes::TCollectionItem(Collection) { }

Description

Creates and initializes a TCollectionItem instance.

Data.Bind.ObjectScope.TBindFieldDef.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.

See Also