FMX.Grid.TProgressColumn.DefaultDrawCell

From RAD Studio API Documentation
Jump to: navigation, search

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

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid TProgressColumn

Description

Draws the default cell background.

FMX.Grid.TProgressColumn.DefaultDrawCell inherits from FMX.Grid.TColumn.DefaultDrawCell. All content below this line refers to FMX.Grid.TColumn.DefaultDrawCell.

Draws the default cell background.

DefaultDrawCell receives the following parameters:

DrawCell calls DefaultDrawCell if Model.DefaultDrawing is True.

See Also