Table of Contents

TTMSFNCDataGrid.LoadFromCSVData Method

Loads cell data from a CSV file using the default encoding.

API unit family: TMSFNCDataGrid Declaring type: TTMSFNCDataGrid Inherited from: TTMSFNCCustomDataGrid

Overloads

Overload 1

Loads cell data from a CSV file using the default encoding.

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

Parameters

Name Description
AFileName Full path to the CSV file to load.

Overload 2

Loads cell data from a CSV file using the specified encoding.

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

Parameters

Name Description
AFileName Full path to the CSV file to load.
AEncoding Text encoding used to read the file.