Table of Contents

TTMSFNCDataGridData.LoadFromCSVData Method

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

API unit family: TMSFNCDataGridData Declaring type: TTMSFNCDataGridData

Overloads

Overload 1

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

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

Parameters

Name Description
AFileName Text value used by the operation.

Overload 2

Loads data from a CSV file using the specified encoding and Options.IO settings.

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

Parameters

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