FMX.Grid.TGridValues.InsertCells

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

Delphi

procedure InsertCells(const Index: Integer; const ByRow: Boolean);

C++

void __fastcall InsertCells(const int Index, const bool ByRow);

プロパティ

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


説明

列または行を挿入します。

ByRow は、Index が列番号か(ByRowFalse)、行番号か(ByRowTrue)を判別します。

関連項目