FMX.Grid.TGridValues.RemoveRow
Delphi
procedure RemoveRow(const ARow: Integer; const OnlyClear: Boolean); inline;
C++
void __fastcall RemoveRow(const int ARow, const bool OnlyClear);
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
procedure function |
protected | FMX.Grid.pas FMX.Grid.hpp |
FMX.Grid | TGridValues |
説明
OnlyClear が True の場合、指定された行番号の行の値をクリアし、OnlyClear が False の場合、その行を完全に削除します。