FMX.Grid.TProgressColumn.CreateCellControl

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function CreateCellControl: TStyledControl; override;

C++

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

プロパティ

種類 可視性 ソース ユニット
function protected
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid TProgressColumn

説明

新しいセルを作成します。

FMX.Grid.TProgressColumn.CreateCellControl は FMX.Grid.TColumn.CreateCellControl を継承しています。以下の内容はすべて FMX.Grid.TColumn.CreateCellControl を参照しています。

新しいセルを作成します。

デフォルトでは、CreateCellControl は、新しい TTextCell のインスタンスを作成し、返します。

ユーザーが特殊化した列のクラスでこのメソッドを上書きし、セルの適切な型を返すことも可能です。

関連項目