Data.DBXCommon.TDictionaryStringList.Create
Delphi
constructor Create; overload;
C++
__fastcall TDictionaryStringList(void)/* overload */;
/* TStringList.Create */ inline __fastcall TDictionaryStringList(bool OwnsObjects)/* overload */ : TNameValuesStringList(OwnsObjects) { }
/* TStringList.Create */ inline __fastcall TDictionaryStringList(System::WideChar QuoteChar, System::WideChar Delimiter)/* overload */ : TNameValuesStringList(QuoteChar, Delimiter) { }
/* TStringList.Create */ inline __fastcall TDictionaryStringList(System::WideChar QuoteChar, System::WideChar Delimiter, System::Classes::TStringsOptions Options)/* overload */ : TNameValuesStringList(QuoteChar, Delimiter, Options) { }
/* TStringList.Create */ inline __fastcall TDictionaryStringList(System::Types::TDuplicates Duplicates, bool Sorted, bool CaseSensitive)/* overload */ : TNameValuesStringList(Duplicates, Sorted, CaseSensitive) { }
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
constructor | public | Data.DBXCommon.pas Data.DBXCommon.hpp |
Data.DBXCommon | TDictionaryStringList |
説明
TStringList オブジェクトのインスタンスを作成(Create)します。
Data.DBXCommon.TDictionaryStringList.Create は System.Classes.TStringList.Create を継承しています。以下の内容はすべて System.Classes.TStringList.Create を参照しています。
TStringList オブジェクトのインスタンスを作成(Create)します。
Create コンストラクタは、TStringList オブジェクトのインスタンスを作成します。
Create には、オーバーロード メソッドが 2 つあります。 1 つはパラメータなし、もう 1 つは OwnsObjects
Boolean パラメータ(文字列リストがオブジェクトを所有しているかどうかを示す)を取ります。