FMX.Grid.TColumn.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); virtual;

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);

Propriétés

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


Description

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

FMX.Grid.TColumn.DrawBackground hérite de FMX.Grid.IDrawableCellEx.DrawBackground. Tout le contenu en-dessous de cette ligne se réfère à FMX.Grid.IDrawableCellEx.DrawBackground.

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

DrawBackground reçoit les paramètres suivants :

DrawBackground est appelé avant DrawCell.

Voir aussi