JVCL Help:TJvTipOfDay.LoadFromFile

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

Search in JVCL Help

 
Search in all projects
 

Summary

Fills the tip list with the lines of text in a specified file.


Pascal

 procedureLoadFromFile(constAFileName: string);


Parameters

Parameters Description
const AFileName: string Name of the file where to read the tips from.


Description

Call LoadFromFile to fill the list Tips from the file specified by AFileName. Each line in the file, as indicated by carriage return or linefeed characters, is appended as a string in the list.


See Also

TJvTipOfDay.SaveToFile


About

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