JVCL Help:TJvOwnerDrawViewer.OnItemHint

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

Search in JVCL Help

 
Search in all projects
 

Summary

Occurs when the hint for an item is about to be displayed.


Pascal

 propertyOnItemHint: TJvViewerItemHintEvent;


Parameters

Parameters Description
Sender The item viewer that triggered the event.
Index The index of the item for which a hint is to be displayed
HintInfo Provides access to the hint info.
Handled Set this to true if your code handles the hint itself.


Description

Write a handler for this event to take specific action when the hint for an item is about to be displayed.


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