FMX.Grid.TColumn.AfterDrawing

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure AfterDrawing(const Canvas: TCanvas); virtual;

C++

virtual void __fastcall AfterDrawing(Fmx::Graphics::TCanvas* const Canvas);

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
protected
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid TColumn


Description

Cette méthode est appelée après l'exécution d'une commande DRAW sur la colonne.

DrawableCell appelle DrawableCell.AfterDrawing.