Table of Contents

TTMSFNCDataGridData.LoadFromFileData Method

Loads cell data from the native grid binary format file using the default encoding.

API unit family: TMSFNCDataGridData Declaring type: TTMSFNCDataGridData

Overloads

Overload 1

Loads cell data from the native grid binary format file using the default encoding.

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

Parameters

Name Description
AFileName Full path to the file to load.

Overload 2

Loads cell data from the native grid binary format file using the specified encoding.

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

Parameters

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