JVCL Help:TJvTipOfDayOption

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

Search in JVCL Help

 
Search in all projects
 

Summary

Defines values that determine the behavior of a Tip of the Day dialog.

run\JvTipOfDay.pas


Pascal

 run\JvTipOfDay.pas
 TJvTipOfDayOption = (
toShowOnStartUp,
toUseAppStorage,
toShowWhenFormShown,
toHideStartupCheckbox
);
TJvTipOfDayOptions = setof TJvTipOfDayOption;


Members

Members Description
toShowOnStartUp Also, if no OnCanShow event handler is used, it determines whether the dialog is shown on startup of the application.

Use flag toShowOnStartUp before calling Execute, to specify whether the checkbox must be checked or unchecked. Use flag toShowOnStartUp after calling Execute, to determine whether the checkbox was checked or unchecked when the user closed the dialog.

toUseAppStorage Specifies whether to use the storage component to store and retrieve the value of the checkbox.
toShowWhenFormShown Shows the tip dialog not before the parent form of the TJvTipOfDay component is shown.
toHideStartupCheckbox Description for toHideStartupCheckbox

run\JvTipOfDay.pas


Description

The TJvTipOfDayOption type defines values that determine the appearance and behavior of a Tip of the Day dialog. TJvTipOfDayOption is a set of TJvTipOfDayOptions values.

run\JvTipOfDay.pas


About

Navigation

no pages or subcategories

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