TTextParserCSV Class

Represents type TTextParserCSV.

Namespace: System.Data.CSV
TObject
  System.Data.CSV.TTextParserCSV
type
 TTextParserCSV = class(TObject)
 end;

The TTextParserCSV type exposes the following members.

Show:
 NameDescription
Create(String,TEncoding)

Overloaded. Initializes a new instance of the TTextParserCSV class.

Create(TStream,TEncoding)

Overloaded. Initializes a new instance of the TTextParserCSV class.

Create(TStreamReader)

Overloaded. Initializes a new instance of the TTextParserCSV class.

Top
Show:
 NameDescription
EndOfData

Represents property EndOfData.

RowCounter

Represents property RowCounter.

Settings

Represents property Settings.

Stream

Represents property Stream.

Top
Show:
 NameDescription
GetEndOfData

Represents method GetEndOfData.

GetRowCounter

Represents method GetRowCounter.

GetSettings

Represents method GetSettings.

GetStream

Represents method GetStream.

ReadRow

Represents method ReadRow.

Top