FMX.Grid.TStringGrid.OnDrawColumnBackground
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 | TStringGrid |
Description
Se produit quand l'arrière-plan d'une cellule doit être dessiné.
FMX.Grid.TStringGrid.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.