FMX.Grid.IDrawableCellEx.DrawBackground

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
public
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid IDrawableCellEx


Description

Dessine l'arrière-plan d'une cellule.

DrawBackground reçoit les paramètres suivants :

DrawBackground est appelé avant DrawCell.

Voir aussi