FMX.Grid.TGrid.OnDrawColumnBackground

De RAD Studio API Documentation

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é. {{#multireplace:FMX.Grid.TGrid.OnDrawColumnBackground|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} hérite de {{#multireplace:FMX.Grid.TCustomGrid.OnDrawColumnBackground|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. Tout le contenu en-dessous de cette ligne se réfère à {{#multireplace:FMX.Grid.TCustomGrid.OnDrawColumnBackground|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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