JVCL Help:TJvTimeItem.Hint

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

Search in JVCL Help

 
Search in all projects
 

Summary

Specifies the text string that can appear when the user moves the mouse pointer over a timeline item.


Pascal

 propertyHint: string;


Description

Set Hint to a string that provides more information about the meaning of the timeline item than the Caption. The hint text appears in a Help Hint window when the user pauses with the mouse over the timeline item if Help Hints are enabled (that is, if the Form's and the Application's ShowHint properties are True). It is also available for the code in the application's OnHint event handler.
The value of Hint can specify both a short value for the Help Hint window and a longer string to be used by the OnHint event handler. To provide both a short and a long hint, set Hint to the short string, followed by a vertical bar (|), followed by the long string.


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