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

TParseStringList

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

The TParseStringList class is used to parse text into the list of strings.

Declaration

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;

Inheritance

TParseStringList

  

The TParseStringList class is used to parse text into the list of strings.

|

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 new list of masks using the specified delimited mask values and options.

TSringList