FMX.Grid.TColumn.DrawCell
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);
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
procedure function |
protected | FMX.Grid.pas FMX.Grid.hpp |
FMX.Grid | TColumn |
説明
セルを描画する必要がある際に応答します。
Model.DefaultDrawing が True
の場合、DrawableCell.DrawCell、DefaultDrawCell、Model.DoDrawColumnCell が呼び出されます。