FMX.Grid.TGrid.OnHeaderClick

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnHeaderClick: THeaderClick read GetOnHeaderClick write SetOnHeaderClick;

C++

__property OnHeaderClick;

Properties

Type Visibility Source Unit Parent
event published
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid TGrid

Description

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

FMX.Grid.TGrid.OnHeaderClick inherits from FMX.Grid.TCustomGrid.OnHeaderClick. All content below this line refers to FMX.Grid.TCustomGrid.OnHeaderClick.

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