FMX.Grid.TCheckColumn.CreateBitmap

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

class function CreateBitmap(const Model: TGridModel; const Checked: Boolean;  const EditorMode: Boolean = False): TBitmap;

C++

__classmethod Fmx::Graphics::TBitmap* __fastcall CreateBitmap(TGridModel* const Model, const bool Checked, const bool EditorMode = false);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid TCheckColumn


Beschreibung

Erstellt ein Kontrollkästchenbild, das in Zellen der aktuellen Spalte gezeichnet werden kann.

Model legt das Gittermodell für die Daten fest.

Checked definiert, ob das gerenderte Kontrollkästchen markiert ist.

EditorMode legt fest, ob des Kontrollkästchenbild im Bearbeitungsmodus erstellt wird oder nicht.

Siehe auch