FMX.Grid.TCustomGrid.DoContentPaint

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

Delphi

procedure DoContentPaint(Sender: TObject; Canvas: TCanvas; const ARect: TRectF);

C++

void __fastcall DoContentPaint(System::TObject* Sender, Fmx::Graphics::TCanvas* Canvas, const System::Types::TRectF &ARect);

プロパティ

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

説明

このグリッドの各行の背景を、Options に指定される通り、色を変えながら、または 1 色で描画します。

関連項目