Unit 'csvdocument' Package
[Overview][Types][Classes][Index] [#fcl]

Reference for unit 'csvdocument'

Unit presenting a CSV file as a 2-dimensional array.

uses

  System,

  Classes,

  sysutils,

  Contnrs,

  

Various general purpose classes: stack, queue, objectlists.

  csvreadwrite,

  

Unit to read and write a CSV file.

  bufstream;

  

Implements Buffered streams.

Overview

The CSVDocument unit offers the TCSVDocument class which can be used to read, manipulate and write the contents of a CSV file. It uses the methods of the #fcl.csvreadwrite.TCSVParser and #fcl.csvreadwrite.TCSVBuilder units to read and write the actual file.


Documentation generated on: Jul 24 2023