JVCL Help:TJvTipOfDayOption
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvTipOfDayOption type
Search in JVCL Help
Search in all projectsSummary
Defines values that determine the behavior of a Tip of the Day dialog.
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 |
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.
About
no pages or subcategories
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