Data.Bind.ObjectScope.TGeneratorFieldDef.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(Collection: TCollection); overload; override;
constructor Create(Owner: TBindFieldDefs; const Name: string;
FieldNo: Integer); reintroduce; overload; virtual;

C++

__fastcall virtual TGeneratorFieldDef(System::Classes::TCollection* Collection)/* overload */;
__fastcall virtual TGeneratorFieldDef(TBindFieldDefs* Owner, const System::UnicodeString Name, int FieldNo)/* overload */;

Properties

Type Visibility Source Unit Parent
constructor public
Data.Bind.ObjectScope.pas
Data.Bind.ObjectScope.hpp
Data.Bind.ObjectScope TGeneratorFieldDef

Description

Creates and initializes a TCollectionItem instance.

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