JVCL Help:TJvCustomItemViewer.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

 TJvViewerItemHintEvent = procedure (Sender: TObject; Index: Integer; var HintInfo: Controls. THintInfo; var Handled: Boolean) ofobject;
propertyOnItemHint: TJvViewerItemHintEvent;


Parameters

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


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