FMX.Grid.TGridModel.OnDrawColumnHeader

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnDrawColumnHeader: TDrawColumnHeaderEvent read FOnDrawColumnHeader write FOnDrawColumnHeader;

C++

__property TDrawColumnHeaderEvent OnDrawColumnHeader = {read=FOnDrawColumnHeader, write=FOnDrawColumnHeader};

Properties

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

Description

Occurs when the presentation needs to draw a column header, and allows you to draw the column header yourself to customize it.

The handler of OnDrawColumnHeader receives the following parameters:

See Also