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

TdxSpreadSheetTXTFormatSettings Record

In This Article

Stores the TXT file format settings used to export the cell data.

#Declaration

Delphi
TdxSpreadSheetTXTFormatSettings = record

#Remarks

The TdxSpreadSheetTXTFormatSettings record has four fields used to store specific settings of the TXT file format for exporting spreadsheet data:

  • The Encoding field provides access to character encoding settings used to display text strings in the TXT spreadsheet data representation;

  • The BeginString and EndString fields allow you to add the specified strings to the beginning and to the end of the exported content of every non-empty string, respectively;

  • The Separator field allows you to set the custom string as a delimiter between individual strings representing the cell data.

The TdxSpreadSheetTXTFormatSettings type is referenced by the dxSpreadSheetTXTFormatSettings global variable. Refer to the Working with the TXT File Format subtopic for more information on saving worksheets to TXT files.

See Also