JVCL Help:TJvDBGrid.OnShowCellHint

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 a cell in the grid wants to display its hint.


Pascal

 TJvCellHintEvent = TJvTitleHintEvent;
propertyOnShowCellHint: TJvCellHintEvent;


Parameters

Parameters Description
AHint Set this to the hint text to use.
ATimeOut The number of milliseconds that should pass before the hint window is hidden.
Sender The grid that triggered the event.
Field The field the column displays.


Description

Write a handler for this event to provide custom hints for the cells in the grid. This event is only triggered if hints are enabled and ShowCellHint is true.


See Also

TJvDBGrid.OnShowTitleHint, TJvDBGrid.ShowCellHint


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