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

TCSVDocument.CSVText

Return the CSV Document as a single CSV text.

Declaration

Source position: csvdocument.pp line 151

public property TCSVDocument.CSVText : string
  read GetCSVText
  write SetCSVText;

Description

CSVText calculates the contents of the CSV file as it would be when written using SaveToFile and returns the resulting string.

See also

SaveToFile

  

Save to file on disk.

SaveToStream

  

Save the CSV data to stream.


Documentation generated on: Jul 24 2023