JVCL Help:TJvTipOfDay

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

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvTipOfDay
run\JvTipOfDay.pas


Summary

Displays a Tip of the Day dialog.

run\JvTipOfDay.pas


Pascal

 run\JvTipOfDay.pas
 TJvTipOfDay = class(TJvCommonDialogP);


Description

  1. 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.

run\JvTipOfDay.pas


About

Navigation

run\JvTipOfDay.pas



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