FMX.Grid.TCustomGrid.OnDrawColumnBackground

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property OnDrawColumnBackground: TDrawColumnCellEvent read GetOnDrawColumnBackground

C++

__property TDrawColumnCellEvent OnDrawColumnBackground = {read=GetOnDrawColumnBackground, write=SetOnDrawColumnBackground};

Propriétés

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


Description

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