JVCL Help:TJvTipOfDay
JVCL Help: TJvTipOfDay Class
Search in JVCL Help
Search in all projectsClass Hierarchy
TJvTipOfDay
run\JvTipOfDay.pas
Summary
Displays a Tip of the Day dialog.
Pascal
run\JvTipOfDay.pas
TJvTipOfDay = class(TJvCommonDialogP);
Description
- JVCLInfo
Use TJvTipOfDay to display a Tip of the Day dialog in your application. A Tip of the Day dialog is a dialog that displays a tip on startup of the application. The user can uncheck a checkbox to specify that the application should no longer display the tip dialog at startup.
You can use a storage component to store the value of the checkbox. Alternatively, you can provide a custom store-retrieve method by writing an OnCanShow and an OnAfterExecute event handler.
Use Tips to add, insert, delete and move tips. Property Tips is of type TStrings: each item of Tips specifies a single tip that can appear in the dialog.
Call the LoadFromFile and SaveToFile methods to load or save the tips from a file.
Use the other properties of TJvTipOfDay to alter the appearance of the dialog.
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