API:Data.DBXCommon.TDictionaryStringList.Create
Delphi
constructor Create; overload;
C++
__fastcall TDictionaryStringList(void)/* overload */;
/* TStringList.Create */ inline __fastcall TDictionaryStringList(bool OwnsObjects)/* overload */ : TNameValuesStringList(OwnsObjects) { }
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
constructor | public | Data.DBXCommon.pas Data.DBXCommon.hpp |
Data.DBXCommon | TDictionaryStringList |
Description
Creates an instance of a TStringList object.
Data.DBXCommon.TDictionaryStringList.Create inherits from System.Classes.TStringList.Create. All content below this line refers to System.Classes.TStringList.Create.
Creates an instance of a TStringList object.
The Create constructor creates a new instance of the TStringList object.
Create has two overloaded methods. One takes no parameters and the other one accepts the OwnsObjects
Boolean parameter, which specifies whether the string list owns the objects or not.