API:Data.DB.TIndexDef.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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 */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
Data.DB.pas
Data.DB.hpp
Data.DB TIndexDef

Beschreibung

Erstellt und initialisiert eine Instanz von TCollectionItem.

Data.DB.TIndexDef.Create erbt von System.Classes.TCollectionItem.Create. Der folgende Inhalt bezieht sich auf System.Classes.TCollectionItem.Create.

Erstellt und initialisiert eine Instanz von TCollectionItem.

Rufen Sie Create nicht auf, um ein Sammlungselement zu instantiieren. Rufen Sie stattdessen die Methode Add der Sammlung auf, zu der das Element gehören soll.

Collection bezeichnet die TCollection-Instanz, zu der das neue Element gehört.

Siehe auch