Table of Contents

TTMSFNCDataGridData.SaveToFileData Method

Saves cell data to the native grid binary format file using the default encoding.

API unit family: TMSFNCDataGridData Declaring type: TTMSFNCDataGridData

Overloads

Overload 1

Saves cell data to the native grid binary format file using the default encoding.

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

Parameters

Name Description
AFileName Full path of the output file.

Overload 2

Saves cell data to the native grid binary format file using the specified encoding.

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

Parameters

Name Description
AFileName Full path of the output file.
AEncoding Text encoding for the output file.