TTMSFNCCustomDataGrid.SaveToCSVStreamData Method
Saves cell data to a CSV stream using the default encoding.
API unit family: TMSFNCDataGrid
Declaring type: TTMSFNCCustomDataGrid
Overloads
Overload 1
Saves cell data to a CSV stream using the default encoding.
procedure SaveToCSVStreamData(AStream: TStream); overload;
Parameters
| Name | Description |
|---|---|
AStream |
Output stream to write CSV data to. |
Overload 2
Saves cell data to a CSV stream using the specified encoding.
procedure SaveToCSVStreamData(AStream: TStream; AEncoding: TEncoding); overload;
Parameters
| Name | Description |
|---|---|
AStream |
Output stream to write CSV data to. |
AEncoding |
Text encoding for the output stream. |