FMX.Grid.TProgressColumn.DefaultDrawCell
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);
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
|---|---|---|---|---|
procedure function |
public | FMX.Grid.pas FMX.Grid.hpp |
FMX.Grid | TProgressColumn |
Beschreibung
Zeichnet den Standard-Zellen-Hintergrund. {{#multireplace:FMX.Grid.TProgressColumn.DefaultDrawCell|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} erbt von {{#multireplace:FMX.Grid.TColumn.DefaultDrawCell|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. Der folgende Inhalt bezieht sich auf {{#multireplace:FMX.Grid.TColumn.DefaultDrawCell|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
Zeichnet den Standard-Zellen-Hintergrund.
DefaultDrawCell übernimmt die folgenden Parameter:
Canvasist die Zeichenfläche, auf der DefaultDrawCell den Zellen-Hintergrund zeichnet.Boundsgibt die Grenzen der Zelle an.Rowist die Zeilennummer.Valueist der Zellen-Wert.Stateist der Zeichenstatus der Zelle.
DrawCell ruft DefaultDrawCell auf, wenn Model.DefaultDrawing True ist.