JVCL Help:TJvStringGrid.LoadFromStream

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Reads string grid data from a stream and stores the contents in the string grid.


Pascal

 procedureLoadFromStream(Stream: TStream; Encoding: TEncoding = nil);


Parameters

Parameters Description
Stream: TStream Specifies the stream from which to read the string grid.


Description

Use LoadFromStream to read the cell strings of the grid from the specified stream. LoadFromStream changes the grid into the grid specified by the stream.


See Also

TJvStringGrid.LoadFromCSV, TJvStringGrid.LoadFromFile, TJvStringGrid.OnLoadProgress, TJvStringGrid.SaveToStream


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