FMX.Grid.TGridModel.DoDrawColumnCell

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

virtual void __fastcall DoDrawColumnCell(Fmx::Graphics::TCanvas* const Canvas, TColumn* const Column, 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 TGridModel

Description

Dispatcher of the OnDrawColumnCell event.

The model executes DoDrawColumnCell when it needs to draw the contents of a cell.