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

TParseStringList.Create

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

Declaration

Source position: masks.pas line 65

public constructor TParseStringList.Create(

  const AText: String;

  const ASeparators: String

);