FMX.Grid.TGridValues.RemoveCells
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 が列番号か(ByRow が False)、行番号か(ByRow が True)を判別します。
OnlyClear は、RemoveCells が値のみをクリアするか(True)、列または行を完全に削除するかを決定します。