JVCL Help:TJvStringGrid.SaveToStream
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvStringGrid.SaveToStream Method
[+] TJvStringGrid Events
[+] TJvStringGrid Methods
[+] TJvStringGrid Properties
Search in JVCL Help
Search in all projectsSummary
Writes the data in the string grid to the stream passed as the Stream parameter.
Pascal
procedureSaveToStream(Stream: TStream; Encoding: TEncoding = nil);
Parameters
Parameters | Description |
Stream: TStream | The stream object to use for writing the information. |
Description
Use the SaveToStream method to stream out the strings in a grid. It can be streamed back in to another string grid object using the LoadFromStream method.
See Also
TJvStringGrid.LoadFromStream, TJvStringGrid.OnSaveProgress, TJvStringGrid.SaveToCSV, TJvStringGrid.SaveToFile
About
Notes
String grid files contain only the text of the string grid cells. They do not contain any data associated with a cell.
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page