FMX.Grid.TGridValues.RemoveCells

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

Delphi

procedure RemoveCells(const Index: Integer; const ByRow, OnlyClear: Boolean);

C++

void __fastcall RemoveCells(const int Index, const bool ByRow, const bool OnlyClear);

プロパティ

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


説明

指定された列または行にある、グリッド値をすべて削除します。

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

OnlyClear は、RemoveCells が値のみをクリアするか(True)、列または行を完全に削除するかを決定します。

関連項目