FMX.Grid.TGridModel.DoDrawColumnCell

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
protected
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid TGridModel


Beschreibung

Dispatcher des Ereignisses OnDrawColumnCell.

Das Modell führt DoDrawColumnCell aus, wenn es den Inhalt der Zelle zeichnen muss.