FMX.Grid.TGrid.OnDrawColumnBackground

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property OnDrawColumnBackground: TDrawColumnCellEvent read GetOnDrawColumnBackground write SetOnDrawColumnBackground;

C++

__property OnDrawColumnBackground;

Propriétés

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


Description

Se produit quand l'arrière-plan d'une cellule doit être dessiné.

FMX.Grid.TGrid.OnDrawColumnBackground hérite de FMX.Grid.TCustomGrid.OnDrawColumnBackground. Tout le contenu en-dessous de cette ligne se réfère à FMX.Grid.TCustomGrid.OnDrawColumnBackground.

Se produit quand l'arrière-plan d'une cellule doit être dessiné.

Vous pouvez utiliser cet événement pour dessiner l'arrière-plan des cellules vous-même, afin d'écraser l'arrière-plan par défaut des cellules.

Voir aussi