JVCL Help:TTitleClickEvent

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

Search in JVCL Help

 
Search in all projects
 

Summary

Type for event handlers that respond when a column header button is clicked or double-clicked.

run\JvDBGrid.pas


Pascal

 run\JvDBGrid.pas
 TTitleClickEvent = procedure (Sender: TObject; ACol: Longint; Field: TField) ofobject;


Parameters

Parameters Description
Sender The grid that triggered the event.
ACol The index of the column.
Field The field the column displays.

run\JvDBGrid.pas


Description

TTitleClickEvent is the type for event handlers that respond when a column header button is clicked or double-clicked.

run\JvDBGrid.pas


See Also

TJvDBGrid.OnTitleBtnClick, TJvDBGrid.OnTitleBtnDblClick

run\JvDBGrid.pas


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