TTMSFNCDataGrid.SaveToFileStreamData Method
Saves cell data to the native grid file format into a stream using the default encoding.
API unit family: TMSFNCDataGrid
Declaring type: TTMSFNCDataGrid
Inherited from: TTMSFNCCustomDataGrid
Overloads
Overload 1
Saves cell data to the native grid file format into a stream using the default encoding.
procedure SaveToFileStreamData(AStream: TStream); overload;
Parameters
| Name | Description |
|---|---|
AStream |
Output stream to write grid data to. |
Overload 2
Saves cell data to the native grid file 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. |