Data.DBXPlatform.TDBXStringList.Create
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;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
constructor | public | System.Classes.pas | Data.DBXPlatform | TDBXStringList |
Description
Creates an instance of a TStrings object.
Data.DBXPlatform.TDBXStringList.Create inherits from System.Classes.TStrings.Create. All content below this line refers to System.Classes.TStrings.Create.
Creates an instance of a TStrings object.
Do not call the Create method for TStrings directly. TStrings is an abstract class and its constructor should only be called as an inherited method from the constructor of a derived class.