Table of Contents

TTMSFNCDataGridData.SaveToCSVData Method

Exports data to a CSV file using the delimiter and options from Options.IO.

API unit family: TMSFNCDataGridData Declaring type: TTMSFNCDataGridData

Overloads

Overload 1

Exports data to a CSV file using the delimiter and options from Options.IO.

procedure SaveToCSVData(AFileName: string); overload; virtual;

Parameters

Name Description
AFileName Text value used by the operation.

Overload 2

Exports data to a CSV file using the specified encoding and Options.IO settings.

procedure SaveToCSVData(AFileName: string; AEncoding: TEncoding); overload; virtual;

Parameters

Name Description
AFileName Text value used by the operation.
AEncoding Argument used by the operation.