FMX.Grid.TCustomGrid.DoContentPaint

From RAD Studio API Documentation
Jump to: navigation, search

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

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid TCustomGrid

Description

Paints the background of the individual rows in this grid in alternating colors or in one color, as specified by Options.

See Also