JVCL Help:TJvTipOfDay.LoadFromFile
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvTipOfDay.LoadFromFile Method
[+] TJvTipOfDay Events
[+] TJvTipOfDay Methods
[+] TJvTipOfDay Properties
Search in JVCL Help
Search in all projectsSummary
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
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