FMX.Grid.TStringGrid.OnDrawColumnHeader

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnDrawColumnHeader: TDrawColumnHeaderEvent read GetOnDrawColumnHeader write SetOnDrawColumnHeader;

C++

__property OnDrawColumnHeader;

Properties

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

Description

Occurs when the grid needs to paint a header of a column.

FMX.Grid.TStringGrid.OnDrawColumnHeader inherits from FMX.Grid.TCustomGrid.OnDrawColumnHeader. All content below this line refers to FMX.Grid.TCustomGrid.OnDrawColumnHeader.

Occurs when the grid needs to paint a header of a column.

Write an OnDrawColumnHeader event handler to provide customized drawing for the headers of the grid.

See Also