[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Parses text into a list of strings using a specified line separator.
Source position: masks.pas line 295
type TParseStringList = class(TStringList) |
||
public |
||
constructor Create(); |
|
Creates new string list by parsing the specified text using the separators argument. |
end; |
|
Parses text into a list of strings using a specified line separator. |
|
| | ||
| | ||
| | ||
| | ||
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 a new list with mask instances for the specified mask values, delimiter and options. |
|
Version 4.0 | Generated 2025-05-03 | Home |