[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'Masks' (#lazutils)

TParseStringList.Create

Creates new string list by parsing the specified text using the separators argument.

Declaration

Source position: masks.pas line 297

public constructor TParseStringList.Create(

  const AText: string;

  const ASeparators: string

);

Arguments

AText

  

Text examine and parsed in the method.

ASeparators

  

String with the separators used to delimit lines in the text argument.

Description

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