FMX.Grid.TCustomGrid.OnDrawColumnHeader

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property OnDrawColumnHeader: TDrawColumnHeaderEvent read GetOnDrawColumnHeader write SetOnDrawColumnHeader;

C++

__property TDrawColumnHeaderEvent OnDrawColumnHeader = {read=GetOnDrawColumnHeader, write=SetOnDrawColumnHeader};

Propriétés

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


Description

Survient quand la grille doit dessiner l'en-tête d'une colonne.

Ecrivez un gestionnaire d'événement OnDrawColumnHeader pour réaliser un dessin personnalisé des en-têtes de la grille.

Voir aussi