FMX.Grid.TTimeColumn.CreateCellControl

From RAD Studio API Documentation

Delphi

function CreateCellControl: TStyledControl; override;

C++

virtual Fmx::Controls::TStyledControl* __fastcall CreateCellControl(void);

Properties

Type Visibility Source Unit Parent
function protected
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid TTimeColumn

Description

Creates a new cell. {{#multireplace:FMX.Grid.TTimeColumn.CreateCellControl|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:FMX.Grid.TColumn.CreateCellControl|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:FMX.Grid.TColumn.CreateCellControl|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Creates a new cell.

By default, CreateCellControl creates and returns a new TTextCell instance.

Overwrite this method in your specialized column classes to return the appropriate type of cell.

See Also