JVCL Help:TJvTipOfDay.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 tips list to the specified file.


Pascal

 procedureSaveToFile(constAFileName: string);


Parameters

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


Description

Call SaveToFile to save the tips in the list Tips to the file specified by AFileName. Each string in the list is written to a separate line in the file.


See Also

TJvTipOfDay.LoadFromFile


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