TTMSFNCDataGridData.SaveToFileStreamData Method
Saves cell data to the native grid binary format into a stream using the default encoding.
API unit family: TMSFNCDataGridData
Declaring type: TTMSFNCDataGridData
Overloads
Overload 1
Saves cell data to the native grid binary format into a stream using the default encoding.
procedure SaveToFileStreamData(AStream: TStream); overload; virtual;
Parameters
| Name | Description |
|---|---|
AStream |
Output stream to write grid data to. |
Overload 2
Saves cell data to the native grid binary format into a stream using the specified encoding.
procedure SaveToFileStreamData(AStream: TStream; AEncoding: TEncoding); overload; virtual;
Parameters
| Name | Description |
|---|---|
AStream |
Output stream to write grid data to. |
AEncoding |
Text encoding for the output stream. |