FMX.Grid.TCheckColumn.CreateBitmap

From RAD Studio API Documentation
Jump to: navigation, search

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

Properties

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

Description

Creates a check box picture, which can be used to paint cells in the current column.

Model defines the grid model used to handle data.

Checked defines whether the rendered check box is checked.

EditorMode determines whether the check box picture is created in edit mode or not.

See Also