API:Data.DB.TIndexDef.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(Owner: TIndexDefs; const Name, Fields: string;  Options: TIndexOptions); reintroduce; overload; virtual;

C++

__fastcall virtual TIndexDef(TIndexDefs* Owner, const System::UnicodeString Name, const System::UnicodeString Fields, TIndexOptions Options)/* overload */;

Properties

Type Visibility Source Unit Parent
constructor public
Data.DB.pas
Data.DB.hpp
Data.DB TIndexDef

Description

Creates and initializes a TCollectionItem instance.

Data.DB.TIndexDef.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