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

TParseStringList

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Parses text into a list of strings using a specified line separator.

Declaration

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;

Inheritance

TParseStringList

  

Parses text into a list of strings using a specified line separator.

|

TStringList

|

TStrings

|

TPersistent,IFPObserved

|

TObject

Description

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.

See also

TMaskList.Create

  

Creates a new list with mask instances for the specified mask values, delimiter and options.

TStringList


Version 4.0 Generated 2025-05-03 Home