Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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