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

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 64

type TParseStringList = class(TStringList)

public

  constructor Create();

  

Creates new string list by parsing passed text according to separators.

end;

Inheritance

TParseStringList

  

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

|

TStringList

|

TStrings

|

TPersistent

|

TObject

The latest version of this document can be found at lazarus-ccr.sourceforge.net.