Vcl.DBGrids.TCustomDBGrid.TitleClick

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure TitleClick(Column: TColumn); dynamic;

C++

DYNAMIC void __fastcall TitleClick(TColumn* Column);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.DbGrids.pas
Vcl.DBGrids.hpp
Vcl.DBGrids TCustomDBGrid

Description

Generates an OnTitleClick event.

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.

See Also