FMX.Grid.TPopupColumn.CreateCellControl

From RAD Studio API Documentation
Jump to: navigation, search

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 TPopupColumn

Description

Creates a new cell.

FMX.Grid.TPopupColumn.CreateCellControl inherits from FMX.Grid.TColumn.CreateCellControl. All content below this line refers to FMX.Grid.TColumn.CreateCellControl.

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