API:System.Classes.TStringList.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create; overload;
constructor Create(OwnsObjects: Boolean); overload;
constructor Create(QuoteChar, Delimiter: Char); overload;
constructor Create(QuoteChar, Delimiter: Char; Options: TStringsOptions); overload;
constructor Create(Duplicates: TDuplicates; Sorted: Boolean; CaseSensitive: Boolean); overload;

C++

__fastcall TStringList()/* overload */;
__fastcall TStringList(bool OwnsObjects)/* overload */;
__fastcall TStringList(System::WideChar QuoteChar, System::WideChar Delimiter)/* overload */;
__fastcall TStringList(System::WideChar QuoteChar, System::WideChar Delimiter, TStringsOptions Options)/* overload */;
__fastcall TStringList(System::Types::TDuplicates Duplicates, bool Sorted, bool CaseSensitive)/* overload */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
System.Classes.pas
System.Classes.hpp
System.Classes TStringList

Beschreibung

Erstell eine Instanz eines TStrings-Objektes.

System.Classes.TStringList.Create erbt von System.Classes.TStrings.Create. Der folgende Inhalt bezieht sich auf System.Classes.TStrings.Create.

Erstell eine Instanz eines TStrings-Objektes.

Rufen Sie die Methode Create für TStrings nicht direkt auf. TStrings ist eine abstrakte Klasse, deren Konstruktor nur als eine geerbte Methode vom Konstruktor einer abgeleiteten Klasse aufgerufen werden soll.


Siehe auch