FMX.Grid.IDrawableCellEx.DrawBackground

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

Delphi

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

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

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid IDrawableCellEx


説明

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

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

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

関連項目