Back to Devexpress

TdxSpreadSheetCSVFormatSettings Class

vcl-dxspreadsheetformatcsv-009230a1.md

latest1.9 KB
Original Source

TdxSpreadSheetCSVFormatSettings Class

Stores the global settings of the CSV file format.

Declaration

delphi
TdxSpreadSheetCSVFormatSettings = class(
    TPersistent
)

Remarks

This class implements the settings that affect the comma separated values spreadsheet file format.

The TdxSpreadSheetCSVFormatSettings class extends its ancestor class with the following members allowing you to:

  • Change the text encoding used in the CSV file format (the Encoding property);

  • Assign the symbols used as quotes and delimiters (the Quote and ValueSeparator properties);

  • Specify the CSV file export settings (the Export property);

  • Restore the default CSV file format settings (the Reset procedure).

A TdxSpreadSheetCSVFormatSettings object is referenced via the dxSpreadSheetCSVFormatSettings method declared in the dxSpreadSheetFormatCSV unit.

Inheritance

TObject TPersistent TdxSpreadSheetCSVFormatSettings

See Also

TdxSpreadSheetCSVFormatSettings Members

dxSpreadSheetFormatCSV Unit