| [Overview][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
The TParseStringList class is used to parse text into the list of strings.
Source position: masks.pas line 63
type TParseStringList = class(TStringList) |
||
public |
||
constructor Create(); |
|
Creates new string list by parsing the specified text using the separators argument. |
end; |
|
The TParseStringList class is used to parse text into the list of strings. |
|
| | | ||
| | | ||
| | | ||
| | | ||
TParseStringList is a TStringList descendant used to parse text which uses the specified line separators. An alternate constructor is introduced with parameters for the lines of text and the separators used in the class instance.
TParseStringList is used to get a list of file masks from a string value in the TMaskList.Create method.
|
Creates new list of masks using the specified delimited mask values and options. |
|