FMX.Grid.TGlyphColumn.DefaultDrawCell
Delphi
procedure DefaultDrawCell(const Canvas: TCanvas; const Bounds: TRectF; const Row: Integer; const Value: TValue;
const State: TGridDrawStates); override;
C++
virtual void __fastcall DefaultDrawCell(Fmx::Graphics::TCanvas* const Canvas, const System::Types::TRectF &Bounds, const int Row, const System::Rtti::TValue &Value, const TGridDrawStates State);
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
procedure function |
public | FMX.Grid.pas FMX.Grid.hpp |
FMX.Grid | TGlyphColumn |
説明
デフォルトのセル背景を描画します。
FMX.Grid.TGlyphColumn.DefaultDrawCell は FMX.Grid.TColumn.DefaultDrawCell を継承しています。以下の内容はすべて FMX.Grid.TColumn.DefaultDrawCell を参照しています。
デフォルトのセル背景を描画します。
DefaultDrawCell は、次のパラメータを受け取ります:
Canvas
はキャンバスで、DefaultDrawCell はセルの背景を描画します。Bounds
は、セルの境界線を示します。Row
は行番号。Value
はセル値です。State
はセルの描画状態を表します。
DrawCell は、DefaultDrawCell を、Model.DefaultDrawing が True
の場合に呼び出します。