JVCL Help:TJvDateEdit.CalendarHints

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

Search in JVCL Help

 
Search in all projects
 

Summary

Provides a way to customize the Help Hints for the buttons on the pop-up calendar window.


Pascal

 propertyCalendarHints: TStrings;


Description

Use the CalendarHints property to supply Help Hints of your choosing for the individual buttons. Each button has a default Help Hint. CalendarHints allow the values of any or all of these default Help Hints to be replaced by customized hints. CalendarHints is a string list. Each hint is a string. The first string in the string list becomes the Help Hint for the first button on the navigator (the Previous Year button). The fourth hint becomes the Help Hint for the fourth button (the Next Year button). When specifying CalendarHints at runtime, enter an empty string for any Help Hint that should keep the default value. Simply leave the line blank when using the string list property editor of the Object Inspector for the CalendarHints property.


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