FMX.Grid.TColumn.DrawCell

From RAD Studio API Documentation
Jump to: navigation, search

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

Properties

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

Description

Responds when need to draw a cell.

When Model.DefaultDrawing is True, DrawableCell.DrawCell, DefaultDrawCell, and Model.DoDrawColumnCell are called.