FMX.Grid.TColumn.DrawBackground

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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

C++

virtual void __fastcall DrawBackground(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


説明

セルの背景を描画します。

FMX.Grid.TColumn.DrawBackground は FMX.Grid.IDrawableCellEx.DrawBackground を継承しています。以下の内容はすべて FMX.Grid.IDrawableCellEx.DrawBackground を参照しています。

セルの背景を描画します。

DrawBackground は、次のパラメータを受け取ります:

DrawBackground は、DrawCell の前に呼び出されます。

関連項目