FMX.Grid.TColumn.DrawCell

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure DrawCell(const Canvas: TCanvas; const Bounds: TRectF; const Row: Integer; const Value: TValue;  const State: TGridDrawStates); virtual;

C++

virtual void __fastcall DrawCell(Fmx::Graphics::TCanvas* const Canvas, const System::Types::TRectF &Bounds, const int Row, const System::Rtti::TValue &Value, const TGridDrawStates State);

Propriétés

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


Description

Répond lorsqu'il faut dessiner une cellule.

Lorsque Model.DefaultDrawing vaut True, DrawableCell.DrawCell, DefaultDrawCell et Model.DoDrawColumnCell sont appelés.