Table of Contents

TTMSFNCDataGridDataInputOutputOptions Record

Options that control CSV import/export: delimiter, max rows, quoting, start column/row, and whitespace trimming.

API unit family: TMSFNCDataGridData

Syntax

TTMSFNCDataGridDataInputOutputOptions = record

Fields and properties

Name Type Description
AlwaysQuotes Boolean True when every written value is quoted, not only those that contain the delimiter.
Delimiter Char Character that separates values in the file.
MaxRows Integer Upper bound on the number of rows transferred; 0 means no limit.
QuoteEmptyCells Boolean True when an empty value is written as an empty quoted string rather than nothing.
StartColumn Integer First grid column the transfer reads from or writes into.
StartRow Integer First grid row the transfer reads from or writes into.
TrimSpaces Boolean True when leading and trailing spaces are removed from each imported value.