JVCL Help:TJvStringGrid.SaveToFile

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

Search in JVCL Help

 
Search in all projects
 

Summary

Saves the string grid to the file specified in FileName.


Pascal

 procedureSaveToFile(constFileName: string; Encoding: TEncoding = nil);


Parameters

Parameters Description
const FileName: string Name of the file where to write the string grid to.


Description

Use the SaveToFile method to store string grid cells to a file. The cells can later be reloaded from the file into a new string grid object using the LoadFromFile method.


See Also

TJvStringGrid.LoadFromFile, TJvStringGrid.OnSaveProgress, TJvStringGrid.SaveToCSV, 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