JVCL Help:TJvStringGrid.LoadFromFile

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

Search in JVCL Help

 
Search in all projects
 

Summary

Reads the file specified in FileName and changes the grid into the grid specified by the data.


Pascal

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


Parameters

Parameters Description
const FileName: string Name of a file that was saved using the SaveToFile method


Description

Use the LoadFromFile method to change the grid into the grid specified by the data. FileName should reference a file that was saved using the SaveToFile method.


See Also

TJvStringGrid.LoadFromCSV, TJvStringGrid.LoadFromStream, TJvStringGrid.OnLoadProgress, 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