FMX.Grid.TCustomGrid.OnHeaderClick

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnHeaderClick: THeaderClick read GetOnHeaderClick write SetOnHeaderClick;

C++

__property THeaderClick OnHeaderClick = {read=GetOnHeaderClick, write=SetOnHeaderClick};

Properties

Type Visibility Source Unit Parent
event public
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid TCustomGrid

Description

Occurs immediately when the left mouse button is clicked with the pointer over the header of a column.

Write an OnHeaderClick event handler to take specific actions when the left mouse button is clicked with the pointer over the header of a column in this grid.

See Also