[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Creates new string list by parsing the specified text using the separators argument.
Source position: masks.pas line 297
public constructor TParseStringList.Create( |
const AText: string; |
const ASeparators: string |
); |
AText |
|
Text examine and parsed in the method. |
ASeparators |
|
String with the separators used to delimit lines in the text argument. |
Create is constructor for the class instance. Values in the AText and ASeparator arguments determine the content stored as lines of text in the instance. AText contains one or more file mask expressions separated by one of the delimiters characters n ASeparators.
Each line in the string list represents a single mask value from AText.
Version 4.0 | Generated 2025-05-03 | Home |