FMX.Grid.TColumn.DrawBackground

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure DrawBackground(const Canvas: TCanvas; const Bounds: TRectF; const Row: Integer; const Value: TValue;
const State: TGridDrawStates); virtual;

C++

virtual void __fastcall DrawBackground(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
protected
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid TColumn


Beschreibung

Zeichnet den Zellen-Hintergrund.

FMX.Grid.TColumn.DrawBackground erbt von FMX.Grid.IDrawableCellEx.DrawBackground. Der folgende Inhalt bezieht sich auf FMX.Grid.IDrawableCellEx.DrawBackground.

Zeichnet den Zellen-Hintergrund.

DrawBackground übernimmt die folgenden Parameter:

DrawBackground wird vor DrawCell aufgerufen.

Siehe auch