RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBGrid.OnTitleClick Event

Occurs when the user releases the mouse in one of the column headers.

Pascal
property OnTitleClick: TDBGridClickEvent;
C++
__property TDBGridClickEvent OnTitleClick;

Write an OnTitleClick event handler to take specific action when the user clicks in one of the column headers. The Column parameter is the TColumn object that corresponds to the column where the mouse was when the user released the left mouse button. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!