Unit 'csvreadwrite' Package
[Overview][Types][Classes][Procedures and functions][Index] [#fcl]

Reference for unit 'csvreadwrite'

Unit to read and write a CSV file.

uses

  System,

  Classes,

  sysutils,

  strutils;

  

String routines.

Overview

The csvreadwrite unit contains a class TCSVParser which allows you to read a CSV file, and TCSVBuilder which allows you to create a CSV file. In both classes, it offers options to handle various kinds of CSV formats. These classes are used in the TCSVDocument class (a class that offers a matrix-like representation of the CVS data) to read and write the CSV file.


Documentation generated on: Jul 24 2023