API:Vcl.ValEdit.TValueListStrings.Create
Delphi
constructor Create(AEditor: TValueListEditor); reintroduce;
C++
__fastcall TValueListStrings(TValueListEditor* AEditor);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| constructor | public | Vcl.ValEdit.pas Vcl.ValEdit.hpp |
Vcl.ValEdit | TValueListStrings |
Description
Creates an instance of a TStringList object.
Vcl.ValEdit.TValueListStrings.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 five overloaded methods:
- Takes no parameters.
- Accepts the
OwnsObjectsboolean parameter to specify whether the string list owns the objects or not. - Accepts the
QuoteCharandDelimiterparameters to create a new string list with the specified QuoteChar and Delimiter properties. - Accepts the
QuoteChar,DelimiterandOptionsparameters to create a new string list with the specified QuoteChar, Delimiter and Options properties. - Accepts the
Duplicates,SortedandCaseSensitiveto create a new string list with the specified Duplicates, Sorted, CaseSensitive properties.