FMX.Grid.TCheckColumn.DefaultDrawCell

Aus RAD Studio API Documentation

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 TCheckColumn


Beschreibung

Zeichnet den Standard-Zellen-Hintergrund. {{#multireplace:FMX.Grid.TCheckColumn.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:

DrawCell ruft DefaultDrawCell auf, wenn Model.DefaultDrawing True ist.

Siehe auch