RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomDBGrid.TitleClick Method

Generates an OnTitleClick event.

Pascal
procedure TitleClick(Column: TColumn); dynamic;
C++
__fastcall TitleClick(TColumn Column);

Applications cannot call TitleClick directly. It is exposed as a protected method so that descendants can call the OnTitleClick event handler or override the method to block the event. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!