JVCL Help:TJvDBGrid.OnShowTitleHint

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 column header wants to display its hint.


Pascal

 TJvTitleHintEvent = procedure (Sender: TObject; Field: TField; var AHint: string; var ATimeOut: Integer) ofobject;
propertyOnShowTitleHint: TJvTitleHintEvent;


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 title buttons. This event is only triggered if hints are enabled and ShowTitleHint is true.


See Also

TJvDBGrid.OnShowCellHint, TJvDBGrid.ShowTitleHint


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